Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextRect Class
Properties Methods

In This Topic
    TextRect Class Members
    In This Topic

    The following tables list the members exposed by TextRect.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TextRect class with the specified coordinates, size, and flags.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the y-coordinate of the bottom edge of this TextRect, in graphic units.  
    Public PropertyGets the number of text fragment's code points.  
    Public PropertyGets the index of the text fragment's first code point.  
    Public PropertyGets the height of this TextRect, in graphic units.  
    Public PropertyGets the x-coordinate of the left edge of this TextRect, in graphic units.  
    Public PropertyGets the x-coordinate of the right edge of this TextRect, in graphic units.  
    Public PropertyIndicates if the text fragment should appear from right to left.  
    Public PropertyIndicates if sideways should be rotated counterclockwise.  
    Public PropertyIndicates if the text fragment should appear rotated 90 or -90 degrees.  
    Public PropertyGets the y-coordinate of the top edge of this TextRect, in graphic units.  
    Public PropertyIndicates if the text fragment should appear upright with vertical reading direction.  
    Public PropertyGets the width of this TextRect, in graphic units.  
    Public PropertyGets the x-coordinate of the left edge of this TextRect, in graphic units.  
    Public PropertyGets the y-coordinate of the top edge of this TextRect, in graphic units.  
    Top
    Public Methods
     NameDescription
    Public MethodConverts an TextRect to System.Drawing.RectangleF.  
    Top
    Public Operators
    Performs an explicit conversion from TextRect to System.Drawing.RectangleF.
    Top
    See Also