ToGcBitmap(GcBitmap,Boolean) Method
In This Topic
Stores the image buffer into an existing instance of
GrapeCity.Documents.Imaging.GcBitmap.
Syntax
'Declaration
Public Overloads Sub ToGcBitmap( _
ByVal As GcBitmap, _
Optional ByVal As System.Boolean _
)
public void ToGcBitmap(
GcBitmap ,
System.bool
)
Parameters
- bmp
- The destination GrapeCity.Documents.Imaging.GcBitmap object.
- updatePixelFormat
- Indicates if all pixels should be converted from premultiplied alpha format or to opaque format with alpha = 255.
See Also