Device.DrawLine

Device.DrawLine method

Draws a line segment.

public virtual void DrawLine(double x1, double y1, double x2, double y2)
ParameterTypeDescription
x1DoubleX coordinate of the beginning of segment.
y1DoubleY coordinate of the beginning of segment.
x2DoubleX coordinate of the end of segment.
y2DoubleY coordinate of the end of segment.

See Also