Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PolyRegion2D Class / Intersection Method
First operand
Second operand

In This Topic
    Intersection Method (PolyRegion2D)
    In This Topic
    Boolean intersection between two PolyRegion2D.
    Syntax
    'Declaration
     
    Public Shared Function Intersection( _
       ByVal a As PolyRegion2D, _
       ByVal b As PolyRegion2D _
    ) As PolyRegion2D()
    public static PolyRegion2D[] Intersection( 
       PolyRegion2D a,
       PolyRegion2D b
    )

    Parameters

    a
    First operand
    b
    Second operand

    Return Value

    An array of PolyRegion2D objects.
    See Also