The VObject type exposes the following members.
Name | Description | |
---|---|---|
bounds |
Gets the size and location (in points) of this v-object relatively to the Canvas it belongs to. |
|
canvas |
Gets a reference to the Canvas object this vector object belongs to. |
|
controlPoints |
Gets or sets an array of control points associated with the v-object. |
|
data |
Gets or sets serialized data of this v-object. |
|
index |
Get the index of this v-object in the VObjectCollection. Returns |
|
layer |
Gets a reference to the Layer object this vector object belongs to. |
|
locked |
Gets or sets the value indicating if the v-object is locked. |
|
mode |
Gets or sets the state of this v-object. |
|
name |
Gets or sets the name of this vector object. |
|
permissions | ||
ready |
Check if VObject is ready. The property considered to be internal. |
|
supportedActions |
Gets or sets the enumeration of actions which can be applied to this vector object. |
|
tag |
Gets or sets custom data. |
|
transform |
Gets or sets value which configures v-object transformation. |
|
uniqueId |
Gets or sets a unique identifier of this vector object. |
|
visible |
Gets or sets the value indicating if the v-object is visible. |