Discards old bitmap data and creates new bitmap
Name | Description | |
---|---|---|
Create(Bitmap) |
Creates new bitmap from System.Drawing.Bitmap (standard .NET class representing bitmap) instance. |
|
Create(Bitmap) |
Discards old bitmap data and creates new bitmap from another bitmap. |
|
Create(Single, Single, PixelFormat) |
Discards old bitmap data and creates new bitmap of given dimensions and pixel format. |
|
Create(Single, Single, PixelFormat, ColorPalette) |
Discards old bitmap data and creates new bitmap of given dimensions, pixel format and palette. |
|
Create(Color, Single, Single, PixelFormat) |
Discards old bitmap data and creates new bitmap of given dimensions and pixel format. Background color is specified. |
|
Create(Color, Single, Single, PixelFormat, ColorPalette) |
Discards old bitmap data and creates new bitmap of given dimensions and pixel format. Background color is specified. |