ImageVObject Constructor (, Boolean)

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

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

Syntax

C#
public ImageVObject(
	Bitmap bitmap,
	bool takeIntoAccountImageDpi
)

Parameters

bitmap

Type: Bitmap

The bitmap to create this ImageVObject.
takeIntoAccountImageDpi

Type: System..Boolean

See Also

Reference