ImageVObject Constructor (Uri)

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

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

Syntax

C#
public ImageVObject(
	Uri imageUri
)

Parameters

imageUri

Type: System..Uri

Uri to load a bitmap.

See Also

Reference