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

TextVObject Methods

The TextVObject type exposes the following members.

Methods

Name Description
Public method ClickPoint

Performs a click of a control point.

(Inherited from VObject.)
Public method Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from VObject.)
Public method DragPoint

Moves a control point to a new position.

(Inherited from VObject.)
Public method Draw

Draws a path v-object.

(Inherited from PathVObject.)
Public method Equals (Inherited from Object.)
Public method GetControlPointsBounds

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

(Inherited from VObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData

Populates a SerializationInfo with the data needed to serialize the TextVObject object.

(Overrides PathVObject.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetPointCursor

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

(Inherited from VObject.)
Public method GetTransformedVObjectBounds

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

(Overrides PathVObject.GetTransformedVObjectBounds().)
Public method GetType (Inherited from Object.)
Public method GetVObjectBounds

Returns a region occupied by this v-object.

(Overrides PathVObject.GetVObjectBounds().)
Public method HitTest

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

(Overrides PathVObject.HitTest(PointF, Single).)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Update Overloaded.

Invalidates the object and causes it to be redrawn.

See Also

Reference