The VObject type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
VObject |
Creates and initializes an instance of the VObject class. |
| Name | Description | |
|---|---|---|
|
|
BeginUpdate |
Starts updating of this VObject. |
|
|
Draw | |
|
|
EndUpdate |
Finishes updating of this VObject. |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
OnChanged |
Raises the Changed event. |
|
|
ToString | (Inherited from Object.) |
|
|
Update |
Updates this VObject. |
| Name | Description | |
|---|---|---|
|
|
Bounds |
Gets the size and location (in points) of this VObject relatively to the Canvas it belongs to. |
|
|
Canvas |
Gets a reference to the Canvas object this VObject belongs to. |
|
|
Data |
Gets or sets serialized data of this VObject. |
|
|
Index |
Get the index of this VObject in the VObjectCollection. Returns |
|
|
IsUpdating |
Gets or sets a value indicating whether VObject is updating. |
|
|
Layer |
Gets a reference to the Layer object this VObject belongs to. |
|
|
Locked |
Gets or sets the value indicating if the VObject is locked. |
|
|
Mode |
Gets or sets the state of this VObject. |
|
|
Name |
Gets or sets the name of the VObject. |
|
|
SupportedActions |
Gets or sets the enumeration of actions which can be applied to this VObject. |
|
|
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 VObject. |
|
|
Visible |
Gets or sets the value indicating if the VObject is visible. |
| Name | Description | |
|---|---|---|
|
|
Changed |
Raised when the VObject is modified (after the modification is completed). |