ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDoubleRectangle Structure / Intersect Method
Double rectangle.




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

    Parameters

    rect
    Double rectangle.

    Return Value

    Boolean value.
    See Also