ImageVObject Constructor ()

Creates and initializes an instance of the ImageVObject class using the specified Bitmap.

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

Syntax

C#
public ImageVObject(
	Bitmap bitmap
)

Parameters

bitmap

Type: Bitmap

The bitmap to create this ImageVObject.

See Also

Reference