ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearDoubleRectangle Interface / Intersect Method
Double rectangle interface.




In This Topic
    Intersect Method (IImGearDoubleRectangle)
    In This Topic
    Checks whether or not the rectangle is intersected with the specified rectangle.
    Syntax
    'Declaration
     
    Function Intersect( _
       ByVal rect As IImGearDoubleRectangle _
    ) As Boolean
    'Usage
     
    Dim instance As IImGearDoubleRectangle
    Dim rect As IImGearDoubleRectangle
    Dim value As Boolean
     
    value = instance.Intersect(rect)
    bool Intersect( 
       IImGearDoubleRectangle rect
    )
    bool Intersect( 
       IImGearDoubleRectangle* rect
    ) 
    bool Intersect( 
       IImGearDoubleRectangle^ rect
    ) 

    Parameters

    rect
    Double rectangle interface.

    Return Value

    Boolean value.
    See Also