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

ImageVObjectData Properties

The ImageVObjectData type exposes the following members.

Properties

Name Description
Public property BorderColor

Gets or sets a color of the border around the rectangle v-object.

(Inherited from RectangleVObjectData.)
Public property BorderWidth

Gets or sets a width of the border around the rectangle v-object.

(Inherited from RectangleVObjectData.)
Public property ControlPoints

Gets or sets an array of control points associated with the v-object.

(Inherited from VObjectData.)
Public property FillColor

Gets or sets a color used to fill the rectangle v-object.

(Inherited from RectangleVObjectData.)
Public property Locked

Gets or sets the value indicating if the v-object is locked.

(Inherited from VObjectData.)
Public property Mode

Gets or sets the state of the v-object.

(Inherited from VObjectData.)
Public property Name

Gets or sets the name of the v-object.

(Inherited from VObjectData.)
Public property NeedToDownloadImage

Get or sets the value indicating whether the image v-object should be downloaded when updating.

Public property PrivateCacheFileName

Gets an absolute path of the image stored in the private cache.

Public property PrivateCacheImageHeight

Gets or sets a height of the image stored in the private cache.

Public property PrivateCacheImageHorizontalResolution

Gets or sets a horizontal resolution of the image stored in the private cache.

Public property PrivateCacheImageVerticalResolution

Gets or sets a vertical resolution of the image stored in the private cache.

Public property PrivateCacheImageWidth

Gets or sets a width of the image stored in the private cache.

Public property PublicCacheImageHeight

Gets or sets a height of the image stored in the public cache.

Public property PublicCacheImageWidth

Gets or sets a width of the image stored in the public cache.

Public property ScaleToActualSize

Get or sets a value that specifies whether to take into account image resolution (DPI) when calculating the aspect ratio.

Public property Source

Gets or set an image source.

Public property SupportedActions

Gets or sets the enumeration of actions which can be applied to the v-object.

(Inherited from VObjectData.)
Public property Tag

Gets or sets custom data.

(Inherited from VObjectData.)
Public property Transform

Gets or sets value which configures v-object transformation.

(Inherited from VObjectData.)
Public property UniqueId

Gets or sets a unique identifier of the v-object.

(Inherited from VObjectData.)
Public property Visible

Gets or sets the value indicating if the v-object is visible.

(Inherited from VObjectData.)

See Also

Reference