Bitmap.this
- this(int width, int height, int depth = 24, int redChannel = 0, int greenChannel = 0, int blueChannel = 0, int alphaChannel = 0)
- this(void[] pixels, int width, int height, int depth = 24, int redChannel = 0, int greenChannel = 0, int blueChannel = 0, int alphaChannel = 0)
d2drenderingbitmapBitmap
constructorsfunctionspropertiesstatic functions
Creates a new width x height bitmap with a specified bit depth.