DrawLines Method (SvgRendering)
In This Topic
Draw lines using specified coordinates.
Syntax
'Declaration
Public Sub DrawLines( _
ByVal () As System.Double, _
ByVal () As System.Double _
)
public void DrawLines(
System.double[] ,
System.double[]
)
Parameters
- xs
- Array of x-coordinates.
- ys
- Array of y-coordinates.
See Also