ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure
Fields Properties Methods

In This Topic
    Rect Structure Members
    In This Topic

    The following tables list the members exposed by Rect.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Initializes an empty Rect with zero location and size.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the y-coordinate of the bottom edge of this rectangle.  
    Public PropertyGets the height of this rectangle.  
    Public PropertyTests whether the size of this rectangle less or equal 0.  
    Public PropertyGets the x-coordinate of the left edge of this rectangle.  
    Public PropertyGets the coordinates of the upper-left corner of this rectangle.  
    Public PropertyGets the x-coordinate of the right edge of this rectangle.  
    Public PropertyGets the size of this rectangle.  
    Public PropertyGets the y-coordinate of the top edge of this rectangle.  
    Public PropertyGets the width of this rectangle.  
    Public PropertyGets the x-coordinate of the upper-left corner of this rectangle.  
    Public PropertyGets the y-coordinate of the upper-left corner of this rectangle.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines if the specified point is contained within this rectangle.  
    Public MethodDetermines whether the specified System.Object is equal to this instance.  
    Public Methodstatic (Shared in Visual Basic)Creates a Rect with the specified edge locations.  
    Public MethodReturns a hash code for this instance.  
    Public MethodOverloaded. Enlarges this Rect by the specified amount.  
    Public MethodOverloaded. Replaces this Rect with the intersection of itself and the specified Rect.  
    Public MethodDetermines if this rectangle intersects with specified rectangle.  
    Public MethodOverloaded. Adjusts the location of this rectangle by the specified amount.  
    Public MethodOverloaded. Scales the rectangle by specified scale factor.  
    Public MethodReturns a System.String that represents this instance.  
    Public Methodstatic (Shared in Visual Basic)Creates a Rect structure that contains the union of two Rect structures.  
    Top
    See Also