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