ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearDoubleRectangle Interface
Properties Methods

In This Topic
    IImGearDoubleRectangle Interface Members
    In This Topic

    The following tables list the members exposed by IImGearDoubleRectangle.

    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
     MethodThis method copies rectangle from IImGearDoubleRectangle interface.  
     MethodSets all numeric properties of the rectangle to their initial values.  
     MethodChecks whether or not the rectangle is intersected with the specified rectangle.  
     MethodTests whether all numeric properties of the rectangle have their initial values.  
     MethodChecks if rectangle’s width is greater than or equal to zero and if its height is greater than or equal to zero.  
     MethodShifts the rectangle points by the specified shiftX and shiftY values.  
    Top
    See Also