ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRectangle Interface / Intersect Method
A rectangle interface.




In This Topic
    Intersect Method (IImGearRectangle)
    In This Topic
    Replaces this rectangle with the intersection of itself and another rectangle.
    Syntax
    'Declaration
     
    Function Intersect( _
       ByVal rect As IImGearRectangle _
    ) As Boolean
    'Usage
     
    Dim instance As IImGearRectangle
    Dim rect As IImGearRectangle
    Dim value As Boolean
     
    value = instance.Intersect(rect)
    bool Intersect( 
       IImGearRectangle rect
    )
    bool Intersect( 
       IImGearRectangle* rect
    ) 
    bool Intersect( 
       IImGearRectangle^ rect
    ) 

    Parameters

    rect
    A rectangle interface.

    Return Value

    Boolean value.
    See Also