ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRectangle Interface
Properties Methods

In This Topic
    IImGearRectangle Interface Members
    In This Topic

    The following tables list the members exposed by IImGearRectangle.

    Public Properties
     NameDescription
     Property Gets or sets the y-coordinate of the lower-right corner of the rectangle.  
     Property Gets the height of the rectangle.  
     Property Gets or sets the x-coordinate of the upper-left corner of the rectangle.  
     Property Gets or sets the x-coordinate of the lower-right corner of the rectangle.  
     Property Gets or sets the y-coordinate of the upper-left corner of the rectangle.  
     Property Gets the width of the rectangle.  
    Top
    Public Methods
     NameDescription
     Method Checks if the specified point’s coordinates are inside of the rectangle.  
     MethodCopies the specified ImGearRectangle object into this instance of the ImGearRectangle class.  
     Method Sets all numeric properties of the rectangle to their initial values.  
     Method Replaces this rectangle with the intersection of itself and another rectangle.  
     Method Tests whether all numeric properties of the rectangle have their initial values.  
     Method Tests whether the rectangle is valid.  
     Method Changes the rectangle’s points to contain the specified point.  
     MethodShifts the rectangle points by the specified xShift and yShift values.  
    Top
    See Also