The IVObject type exposes the following members.
Name | Description | |
---|---|---|
ClickPoint |
Performs a click of a control point. (Inherited from IControlPointsProvider.) |
|
DragPoint |
Moves a control point to a new position. (Inherited from IControlPointsProvider.) |
|
Draw |
Draws a v-object. |
|
GetControlPointsBounds |
Gets a bounding rectangle for points stored in the ControlPoints collection. (Inherited from IControlPointsProvider.) |
|
GetPointCursor |
Gets a cursor that appears when the mouse pointer is over the specified control point. (Inherited from IControlPointsProvider.) |
|
GetTransformedVObjectBounds |
Returns a region that will be occupied by the v-object after it is transformed. |
|
GetVObjectBounds |
Returns a region occupied by this v-object. |
|
HitTest |
Checks if the specifed point belongs to the v-object. |
|
Update |
Invalidates the object and causes it to be redrawn. |
Name | Description | |
---|---|---|
ControlPoints |
A collection of control points associated with this control points provider. (Inherited from IControlPointsProvider.) |
|
Designer |
Gets a designer which will process user input when its corresponding v-object becomes active. |
|
DrawMode |
Gets/sets the rendering quality of a v-object. |
|
Locked |
Gets/sets a value indicating if the v-object is locked. |
|
MaxControlPointRadius |
Gets a maximum radius of the associated control points. (Inherited from IControlPointsProvider.) |
|
Name |
Gets/sets the name of the v-object. |
|
SupportedActions |
Gets/sets the collection of transformations supported by an object. (Inherited from IControlPointsProvider.) |
|
Tag |
Gets/sets custom data. |
|
Transform |
Gets/sets a matrix of the transformation. |
Name | Description | |
---|---|---|
Changed |
Raised when the v-object is modified (after the modification is completed). |