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

IVObject Methods

The IVObject type exposes the following members.

Methods

Name Description
Public method ClickPoint

Performs a click of a control point.

(Inherited from IControlPointsProvider.)
Public method DragPoint

Moves a control point to a new position.

(Inherited from IControlPointsProvider.)
Public method Draw

Draws a v-object.

Public method GetControlPointsBounds

Gets a bounding rectangle for points stored in the ControlPoints collection.

(Inherited from IControlPointsProvider.)
Public method GetPointCursor

Gets a cursor that appears when the mouse pointer is over the specified control point.

(Inherited from IControlPointsProvider.)
Public method GetTransformedVObjectBounds

Returns a region that will be occupied by the v-object after it is transformed.

Public method GetVObjectBounds

Returns a region occupied by this v-object.

Public method HitTest

Checks if the specifed point belongs to the v-object.

Public method Update

Invalidates the object and causes it to be redrawn.

See Also

Reference