This documentation is for the old version. Go to the latest Graphics Mill docs

Bitmap.Create Method

Discards old bitmap data and creates new bitmap

Overload List

Name Description
Public method Create(Bitmap)

Creates new bitmap from System.Drawing.Bitmap (standard .NET class representing bitmap) instance.

Public method Create(Bitmap)

Discards old bitmap data and creates new bitmap from another bitmap.

Public method Create(Single, Single, PixelFormat)

Discards old bitmap data and creates new bitmap of given dimensions and pixel format.

Public method Create(Single, Single, PixelFormat, ColorPalette)

Discards old bitmap data and creates new bitmap of given dimensions, pixel format and palette.

Public method Create(Color, Single, Single, PixelFormat)

Discards old bitmap data and creates new bitmap of given dimensions and pixel format. Background color is specified.

Public method Create(Color, Single, Single, PixelFormat, ColorPalette)

Discards old bitmap data and creates new bitmap of given dimensions and pixel format. Background color is specified.

See Also

Reference