ToGcBitmap(GcBitmap) Method
In This Topic
Loads the image into an existing instance of
GrapeCity.Documents.Imaging.GcBitmap.
Syntax
'Declaration
Overloads Sub ToGcBitmap( _
ByVal As GcBitmap _
)
void ToGcBitmap(
GcBitmap
)
Parameters
- bmp
- The destination GrapeCity.Documents.Imaging.GcBitmap object.
See Also