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