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