Creates new Bitmap instance of given dimensions and pixel format. Background color is specified.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ background As Color, _ width As Integer, _ height As Integer, _ format As PixelFormat, _ palette As ColorPalette _ )
public Bitmap( Color background, int width, int height, PixelFormat format, ColorPalette palette )
Type: System.Int32
Width of new bitmap (in pixels).Type: System.Int32
Height of new bitmap (in pixels).