The C1Text type exposes the following members.

Methods

  NameDescription
Calculate
Calculates the text within specified area.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCharLuRect
Returns the rectangle of char. Function may return Rectangle.Empty if char has no place (char is a CR or LF at end of char for example), or if TextAngle does not equal to 0, 90, 180 or 270.
GetCharPosition
Calculates the position of char, its line and range within line. Returns false if char is not placed within object (its index >= than Text.Length for example). charIndexInRange and rangeIndex may contain -1 on exit if char corresponds to an "empty" place (on CR or LF character at end of line for example).
GetCharsLuRects
Returns the array of rectangles of range of characters. If TextAngle is not 0, 90, 180 or 270 degrees then returns array with zero size.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also