The IEObjectLine type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
CopyTo(IEAnnotations)
Copies the object to another IEAnnotation class
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