In This Topic
Draws a path defined by points and types.
Syntax
'Declaration
Public Sub DrawPath( _
ByVal As System.Drawing.Pen, _
ByVal () As System.Drawing.PointF, _
ByVal () As System.Byte, _
ByVal As System.Boolean _
)
public void DrawPath(
System.Drawing.Pen ,
System.Drawing.PointF[] ,
System.byte[] ,
System.bool
)
Parameters
- pen
- The System.Drawing.Pen used to stroke the specified path.
- points
- The path points to draw.
- types
- The path types to draw.
- close
- Whether is closed path (figure) or not.
See Also