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