Image.this

Constructor by image size and bpp.

  1. this(int width, int height, ImageType type)
  2. this(int width, int height, int bpp)
    class Image
    this
    (
    int width
    ,
    int height
    ,
    int bpp
    )
  3. this(FIBITMAP* bitmap)

Parameters

width int

image width

height int

image height

bpp int

number to specify the bit depth of the image

Meta