ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Rect<T> Structure
Fields Properties

In This Topic
    Rect<T> Structure Members
    In This Topic

    The following tables list the members exposed by Rect<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The empty instance ofthe Rect structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the height of this Rect structure.  
    Public PropertyGets the x-coordinate of the left edge of this Rect structure.  
    Public PropertyGets a Point<T> that represents the upper-left corner of the Rect.  
    Public PropertyGets a Size that represents the width and height of the Rect.  
    Public PropertyGets the y-coordinate of the top edge of this Rect structure.  
    Public PropertyGets the width of this Rect structure.  
    Top
    See Also