'Declaration
Public Sub PaintPolygon( _ ByVal fillStyle As NFillStyle, _ ByVal strokeStyle As NStrokeStyle, _ ByVal points() As NPointF _ )
'Usage
Dim instance As NGraphics Dim fillStyle As NFillStyle Dim strokeStyle As NStrokeStyle Dim points() As NPointF instance.PaintPolygon(fillStyle, strokeStyle, points)
public void PaintPolygon( NFillStyle fillStyle, NStrokeStyle strokeStyle, NPointF[] points )
Parameters
- fillStyle
- strokeStyle
- points