'Declaration
Public Sub PaintPath( _ ByVal fillStyle As NFillStyle, _ ByVal strokeStyle As NStrokeStyle, _ ByVal path As System.Drawing.Drawing2D.GraphicsPath _ )
'Usage
Dim instance As NGraphics Dim fillStyle As NFillStyle Dim strokeStyle As NStrokeStyle Dim path As System.Drawing.Drawing2D.GraphicsPath instance.PaintPath(fillStyle, strokeStyle, path)
public void PaintPath( NFillStyle fillStyle, NStrokeStyle strokeStyle, System.Drawing.Drawing2D.GraphicsPath path )
Parameters
- fillStyle
- strokeStyle
- path