IMSL C# Numerical Library

DrawPick.DrawLine Method 

Draws a line from between two points.

public override void DrawLine(
   int x0,
   int y0,
   int x1,
   int y1
);

Parameters

x0
An int which specifies the x-coordinate of the line origin, (x0,y0).
y0
An int which specifies the y-coordinate of the line origin, (x0,y0).
x1
An int which specifies the x-coordinate of the line destination, (x1,y1).
y1
An int which specifies the y-coordinate of the line destination, (x1,y1).

See Also

DrawPick Class | Imsl.Chart2D Namespace