VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftRectI Structure / Intersect Methods / Intersect(VintasoftRectI,VintasoftRectI) Method
Syntax Requirements SeeAlso
In This Topic
    Intersect(VintasoftRectI,VintasoftRectI) Method (VintasoftRectI)
    In This Topic
    Creates a VintasoftRectI structure that represents the intersection of two rectangles. If there is no intersection an empty VintasoftRectI is returned.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Intersect( _
    ByVal firstRectangle
    First rectangle to intersect.
    As VintasoftRectI, _
    ByVal secondRectangle
    Second rectangle to intersect.
    As VintasoftRectI _
    ) As VintasoftRectI

    Parameters

    firstRectangle
    First rectangle to intersect.
    secondRectangle
    Second rectangle to intersect.

    Return Value

    >A VintasoftRectI structure the size of which represents the overlapped area of the two specified rectangles.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also