Click or drag to resize
DrawMapDrawLine Method
Draws a line from between two points.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override void DrawLine(
	int x0,
	int y0,
	int x1,
	int y1
)

Parameters

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