Eyeshot 10 WinForms API Reference
Difference Method (PolyRegion2D)

WinForms Assembly > devDept.Geometry Namespace > PolyRegion2D Class : Difference Method
First operand
Second operand
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

Reference

PolyRegion2D Class
PolyRegion2D Members