Bitmap.this

Create bitmap with certain dimensions and pixel format.

  1. this()
  2. this(uint width, uint height, BitmapFormat format)
    class Bitmap
    this
    (
    uint width
    ,
    uint height
    ,
    BitmapFormat format
    )
  3. this(ULBitmap ptr)

Meta