[]
Gets the frame image as a GcBitmap.
public GcBitmap ToGcBitmap(bool detachFromIco = true)
Public Function ToGcBitmap(Optional detachFromIco As Boolean = True) As GcBitmap
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)
Public Sub ToGcBitmap(bmp As GcBitmap)