DrawPath Method (GraphicsRendering)
In This Topic
Draws a path defined by points and types and fill.
Syntax
'Declaration
Public Sub DrawPath( _
ByVal () As System.Double, _
ByVal () As System.Double, _
ByVal () As System.Byte, _
ByVal As System.Boolean _
)
public void DrawPath(
System.double[] ,
System.double[] ,
System.byte[] ,
System.bool
)
Parameters
- xs
- Array of x-coordinates.
- ys
- Array of y-coordinates.
- types
- The path types to draw (see remarks).
- close
- Whether is closed path (figure) or not.
See Also