Nevron.GraphicsCore Namespace / NPolygonF Class / ScanlineCrossingCounts Method


ScanlineCrossingCounts Method
Syntax
'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)

Parameters

point
clockwise
counterwise
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also