ImageGear .NET v25.2 - 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 PropertyGets or sets the y-coordinate of the lower-right corner of the rectangle.  
    Public PropertyGets the height of the rectangle.  
    Public PropertyGets or sets the x-coordinate of the upper-left corner of the rectangle.  
    Public PropertyGets or sets the x-coordinate of the lower-right corner of the rectangle.  
    Public PropertyGets or sets the y-coordinate of the upper-left corner of the rectangle.  
    Public PropertyGets the width of the rectangle.  
    Top
    Public Methods
     NameDescription
    Public MethodThis method copies rectangle from IImGearDoubleRectangle interface.  
    Public MethodSets all numeric properties of the rectangle to their initial values.  
    Public MethodChecks whether or not the rectangle is intersected with the specified rectangle.  
    Public MethodTests whether all numeric properties of the rectangle have their initial values.  
    Public MethodChecks 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