Bitmap Constructor (Bitmap)

Initializes a new instance of the Bitmap class from the specified existing bitmap.

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

Syntax

C#
public Bitmap(
	Bitmap bitmap
)

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

The Bitmap to be copied.

See Also

Reference