Discards old bitmap data and creates new bitmap of given dimensions and pixel format. Background color is specified.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Create ( _ background As Color, _ width As Single, _ height As Single, _ format As PixelFormat _ )
public void Create( Color background, float width, float height, PixelFormat format )
Type: System.Single
Width of new bitmap (in pixels).Type: System.Single
Height of new bitmap (in pixels).