GdipBitmapConstructor.CreateBitmap Method
Overloads
- GdipBitmapConstructor.CreateBitmap(Int32, Int32)
- GdipBitmapConstructor.CreateBitmap(Int32, Int32, PixelFormat, Double, Double)
GdipBitmapConstructor.CreateBitmap(Int32, Int32)
Returns a new bitmap.
Syntax
Namespace: FlexCel.Draw
public static Bitmap CreateBitmap(Int32 width, Int32 height)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
width | Int32 | Width of the bitmap in pixels. | |
height | Int32 | Height of the bitmap in pixels. |
See also
GdipBitmapConstructor.CreateBitmap(Int32, Int32, PixelFormat, Double, Double)
Creates a bitmap.
Syntax
Namespace: FlexCel.Draw
public static Bitmap CreateBitmap(Int32 width, Int32 height, PixelFormat aPixelFormat, Double hres, Double vres)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
width | Int32 | Width of the bitmap in pixels. | |
height | Int32 | Height of the bitmap in pixels. | |
aPixelFormat | PixelFormat | Pixel Format. | |
hres | Double | Horizontal resolution of the image | |
vres | Double | Vertical resolution of the image |