[]
        
(Showing Draft Content)

ImageOrBitmap

Type Alias: ImageOrBitmap

type ImageOrBitmap = 
  | Image
  | Bitmap
  | BilevelBitmap
  | GrayscaleBitmap;

Represents an Image or any bitmap object.