[]
Draw line between two points using current stroke attributes.
void DrawLine(double x1, double y1, double x2, double y2)
Type | Name | Description |
---|---|---|
double | x1 | x-coordinate of first point. |
double | y1 | y-coordinate of first point. |
double | x2 | x-coordinate of second point. |
double | y2 | y-coordinate of second point. |