This documentation is for the old version. Go to the latest Graphics Mill docs

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

Visual Basic
Public Sub New ( _
	imageUri As Uri, _
	downloadToCache As Boolean _
)
C#
public ImageVObject(
	Uri imageUri,
	bool downloadToCache
)

Parameters

imageUri

Type: System.Uri

Uri to load a bitmap.
downloadToCache

Type: System.Boolean

Value specifying if the bitmap should be loaded to the private cache.

See Also

Reference