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

Bitmap.Create Method (Bitmap)

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

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: System.Drawing.Bitmap

System.Drawing.Bitmap from which bitmap data is copied.

See Also

Reference