Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class

In This Topic
    LayoutRect Class Properties
    In This Topic

    For a list of all members of this type, see LayoutRect members.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating if the LayoutRect does not allow any modifications.  
    Public PropertyGets a value indicating whether the LayoutRect occupies non-zero area.  
    Public PropertyGets a value indicating whether the LayoutRect has non-zero width or height.  
    Public PropertyGets the height of the LayoutRect.  
    Public PropertyGets a value indicating if the LayoutRect is invalid.  
    Public PropertyGets the coordinates of the top left corner.  
    Public PropertyGets the X coordinate of the top left corner.  
    Public PropertyGets the Y coordinate of the top left corner.  
    Public PropertyGets the coordinates of the top right corner.  
    Public PropertyGets the X coordinate of the top right corner.  
    Public PropertyGets the Y coordinate of the top right corner.  
    Public PropertyGets the coordinates of the bottom left corner.  
    Public PropertyGets the X coordinate of the bottom left corner.  
    Public PropertyGets the Y coordinate of the bottom left corner.  
    Public PropertyGets the coordinates of the bottom right corner.  
    Public PropertyGets the X coordinate of the bottom right corner.  
    Public PropertyGets the Y coordinate of the bottom right corner.  
    Public PropertyGets a value indicating if the LayoutRect is resolved.  
    Public PropertyGets a value indicating if the LayoutRect is resolved and valid.  
    Public PropertyGets the actual rotation angle of the LayoutRect, in degrees.  
    Public PropertyGets or sets the object that contains data about the LayoutRect.  
    Public PropertyGets the transformation matrix of the LayoutRect taking into account the owner LayoutView transformation, the top left corner position (P0), and the rotation angle.  
    Public PropertyGets the owner LayoutView object.  
    Public PropertyGets the width of the LayoutRect.  
    Top
    See Also