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