ImageVObject Constructor (Uri, 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(
	Uri imageUri,
	bool takeIntoAccountImageDpi
)

Parameters

imageUri

Type: System..Uri

Uri to load a bitmap.
takeIntoAccountImageDpi

Type: System..Boolean

See Also

Reference