Bitmap Constructor (Bitmap)

Initializes a new instance of the Bitmap class by copying bitmap data from the specified System.Drawing.Bitmap object.

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

Syntax

C#
public Bitmap(
	Bitmap bitmap
)

Parameters

bitmap

Type: System.Drawing.Bitmap

The System.Drawing.Bitmap from which to create the new Bitmap.

See Also

Reference