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

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

    Parameters

    a
    First operand
    b
    Second operand

    Return Value

    An array of PolyRegion2D objects.
    See Also