The VObject type exposes the following members.
Name | Description | |
---|---|---|
clone | ||
dispose |
Removes the current VObject from the application. |
|
draw |
Draws this vector object. |
|
drawDesign |
Draws grips which frame this vector object. |
|
endUpdate | ||
hitTest |
Determines whether the specified point is located inside this vector object. |
|
initialize |
Initializes the current VObject. |
|
isLoadingImage |
Detemine is process of loading image for object from server, is in progress |
|
isLocked | ||
isVisible | ||
processEvent |
Executes the specified event. |
|
quickUpdate | ||
raiseChanged |
Fires the changed event. |
|
raiseChanging |
Fires the changing event. |
|
update |
this function calls server update function for this object (for example for update text). |
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. |
Name | Description | |
---|---|---|
beforeCreate |
Fires when v-object is about to be created. |
|
changed |
Fires when v-object was modified (after the end of an operation). |
|
changing |
Fires before v-object is being modified (before the start of an operation). |
|
ready |
Fires when v-object's ready property sets to true. |