'Declaration
Sub PaintPolygon( _ ByVal points() As NPointF, _ ByVal fillRule As ENFillRule _ )
'Usage
Dim instance As INGraphics2D Dim points() As NPointF Dim fillRule As ENFillRule instance.PaintPolygon(points, fillRule)
void PaintPolygon( NPointF[] points, ENFillRule fillRule )
Parameters
- points
- fillRule