ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / Intersect Method
A rectangle object.




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

    Parameters

    rect
    A rectangle object.

    Return Value

    Boolean value.
    See Also