The IEObjectText type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AddCurvePoint(Double, Double)
Inserts a new point to the specified curved text (IEObjectText object). Coordinates must be floating point values from 0 to 1.
CopyTo(IEAnnotations)
Copies the object to another IEAnnotation class
CreateCurveFromPolyline(IEObject)
Creates a curve (calling AddCurvePoint) with the shape specified by the source polyline object (this one must be a IEObjectPolyline object).
CreateCurveShape(IETextCurveShape, Int32, Boolean)
Creates a curve (calling AddCurvePoint) with the shape specified in shape parameter.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsVisible()()()()
Checks if this object is visible.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Rotate(Double, IERCenter)

Rotates all objects by the specified angle (in degrees).

If center is Image only 90/180/270 degrees rotations are allowed.

BOX, ELLIPSE, BITMAP and TEXT can be rotated only by 90/180/270 degrees.

This method doesn't work with MEMO and curved texts.

It is better to call RotateAll before rotate the background image.

SetBackTo(IEObject)
Moves the object back to the specified one.
SetInFronOf(IEObject)
Moves the object over the specified one.
StretchTextRect()()()()

Stretches text rectangle to the size required to display the whole text.

Note: borders (see ObjPenWidth) can hide some text. To avoid this disable ZoomObjectsWidth.

This method works only with horizontal text and only for iekTEXT objects.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

See Also