[]
Copies the image buffer to a new GcBitmap.
public GcBitmap ToGcBitmap()
Public Function ToGcBitmap() As GcBitmap
| Type | Description |
|---|---|
| GcBitmap |
Copies the image buffer to an existing instance of GcBitmap.
public void ToGcBitmap(GcBitmap bmp)
Public Sub ToGcBitmap(bmp As GcBitmap)
| Type | Name | Description |
|---|---|---|
| GcBitmap | bmp | The destination GcBitmap object. |