'Declaration
Public Sub ScanlineCrossingCounts( _ ByVal point As NPointF, _ ByRef clockwise As System.Integer, _ ByRef counterwise As System.Integer _ )
'Usage
Dim instance As NPolygonF Dim point As NPointF Dim clockwise As System.Integer Dim counterwise As System.Integer instance.ScanlineCrossingCounts(point, clockwise, counterwise)
public void ScanlineCrossingCounts( NPointF point, out System.int clockwise, out System.int counterwise )
Parameters
- point
- clockwise
- counterwise