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

Bitmap.Create Method (Bitmap)

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

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub Create ( _
	bitmap As Bitmap _
)
C#
public void Create(
	Bitmap bitmap
)

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

Bitmap from which all data is copied to the current bitmap.

See Also

Reference