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