ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Rectangle class

In This Topic
    Rectangle class Members
    In This Topic

    The following tables list the members exposed by Rectangle.

    Public Constructors
     NameDescription
    public Constructor  
    Top
    Public Fields
     NameDescription
    public FieldThe height of the rectangle.  
    public FieldThe width of the rectangle.  
    public FieldThe x coordinate of the rectangle (representing the left side).  
    public FieldThe y coordinate of the rectangle (representing the top edge).  
    Top
    Public Methods
     NameDescription
    public MethodCreates a copy of the rectangle.  
    public MethodIndicates whether the rectangle contains a given point.  
    public MethodCompares two rectangles.  
    public MethodModifies the object to represent the intersection of this rectangle with another.  
    Top
    See Also