'Declaration
Public Overloads Function IntersectWith( _ ByVal convexPolygon As NPolygonF, _ ByRef intersection As NPolygonF _ ) As System.Boolean
'Usage
Dim instance As NPolygonF Dim convexPolygon As NPolygonF Dim intersection As NPolygonF Dim value As System.Boolean value = instance.IntersectWith(convexPolygon, intersection)
public System.bool IntersectWith( NPolygonF convexPolygon, out NPolygonF intersection )
Parameters
- convexPolygon
- intersection