ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDoubleRectangle Structure
Properties Methods


In This Topic
    ImGearDoubleRectangle Structure Members
    In This Topic

    The following tables list the members exposed by ImGearDoubleRectangle.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the y-coordinate of the lower-right corner of the rectangle.  
    Public Property Gets the height of the rectangle.  
    Public Property Gets or sets the x-coordinate of the upper-left corner of the rectangle.  
    Public Property Gets or sets the x-coordinate of the lower-right corner of the rectangle.  
    Public Property Gets or sets the y-coordinate of the upper-left corner of the rectangle.  
    Public Property Gets the width of the rectangle.  
    Top
    Public Methods
     NameDescription
    Public Method This method copies rectangle from IImGearDoubleRectangle interface.  
    Public Method Sets all numeric properties of the rectangle to their initial values.  
    Public Method Checks whether or not the rectangle is intersected with the specified rectangle.  
    Public Method Tests whether all numeric properties of the rectangle have their initial values.  
    Public Method Checks if rectangle's width is greater than or equal to zero and if its height is greater than or equal to zero.  
    Public MethodShifts the rectangle points by the specified shiftX and shiftY values.  
    Top
    See Also