ImageGear .NET v25.2 - 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
     PropertyGets or sets the y-coordinate of the lower-right corner of the rectangle.  
     PropertyGets the height of the rectangle.  
     PropertyGets or sets the x-coordinate of the upper-left corner of the rectangle.  
     PropertyGets or sets the x-coordinate of the lower-right corner of the rectangle.  
     PropertyGets or sets the y-coordinate of the upper-left corner of the rectangle.  
     PropertyGets the width of the rectangle.  
    Top
    Public Methods
     NameDescription
     MethodChecks if the specified point’s coordinates are inside of the rectangle.  
     MethodCopies the specified ImGearRectangle object into this instance of the ImGearRectangle class.  
     MethodSets all numeric properties of the rectangle to their initial values.  
     MethodReplaces this rectangle with the intersection of itself and another rectangle.  
     MethodTests whether all numeric properties of the rectangle have their initial values.  
     MethodTests whether the rectangle is valid.  
     MethodChanges the rectangle’s points to contain the specified point.  
     MethodShifts the rectangle points by the specified xShift and yShift values.  
    Top
    See Also