Image.this

Constructor by image size and image type.

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

Parameters

width int

image width

height int

image height

type ImageType

flag used to specify the bitmap type

Meta