ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure


In This Topic
    ImGearRectangle Structure Methods
    In This Topic

    For a list of all members of this type, see ImGearRectangle members.

    Public Methods
     NameDescription
    Public Method Checks if the specified point's coordinates are inside of the rectangle.  
    Public MethodCopies the specified ImGearRectangle object into this instance of the ImGearRectangle class.  
    Public Method Sets all numeric properties of the rectangle to their initial values.  
    Public Method Replaces this rectangle with rectangle that is inflated at the top and bottom each by dy, and at the left and right each by dx.  
    Public Method Replaces this rectangle with the intersection of itself and another rectangle.  
    Public Method Tests whether all numeric properties of the rectangle are set to their initial values.  
    Public Method Tests whether the rectangle is valid.  
    Public Method Changes the rectangle's points to contain the specified point.  
    Public MethodShifts the rectangle points by the specified shiftX and shiftY values.  
    Public Method Replaces this rectangle with rectangle that contains itself and another rectangle.  
    Top
    See Also