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)
Public Sub New ( _ imageUri As Uri, _ downloadToCache As Boolean, _ scaleToActualSize As Boolean _ )
Type: System.Uri
Uri to load a bitmap.Type: System.Boolean
Value specifying if the bitmap should be loaded to the private cache.Type: System.Boolean
Value specifying whether to take into account image resolution (DPI) when calculating the aspect ratio. You can change this value later through property ScaleToActualSize.