[]
Gets the frame image as a GcBitmap.
public GcBitmap ToGcBitmap(bool detachFromIco = true)
| Type | Name | Description |
|---|---|---|
| bool | detachFromIco | Indicates if the returned image should be a copy of the frame image. |
| Type | Description |
|---|---|
| GcBitmap |
Reads the frame image into an existing GcBitmap.
public void ToGcBitmap(GcBitmap bmp)
| Type | Name | Description |
|---|---|---|
| GcBitmap | bmp | The target GcBitmap object. |