[]
Gets the frame image as a GcBitmap.
public GcBitmap ToGcBitmap()
Public Function ToGcBitmap() As GcBitmap
Type | Description |
---|---|
GcBitmap |
Reads the frame image into an existing GcBitmap.
public void ToGcBitmap(GcBitmap bmp, bool cloneExif)
Public Sub ToGcBitmap(bmp As GcBitmap, cloneExif As Boolean)
Type | Name | Description |
---|---|---|
GcBitmap | bmp | The target GcBitmap object. |
bool | cloneExif | Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference. |