[]
Gets the frame image as a GrayscaleBitmap.
public GrayscaleBitmap ReadAsGrayscaleBitmap(bool cloneExif = true)
Public Function ReadAsGrayscaleBitmap(Optional cloneExif As Boolean = True) As GrayscaleBitmap
Type | Name | Description |
---|---|---|
bool | cloneExif | Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference. |
Type | Description |
---|---|
GrayscaleBitmap | GrayscaleBitmap or null if the image is not in grayscale 8bpp format. |