Picture.this

Creates a new picture.

  1. this(string imageFile)
  2. this(Size size, Paint fillPaint)
    class Picture
    final
    this
  3. this(ubyte[] imageBuffer)
  4. this(Picture copyImage)

Parameters

size Size

The size of the picture.

fillPaint Paint

The initialization paint.

Meta