[]
Draws the double line.
public static void DrawDoubleLine(this DrawCanvas canvas, float x1, float y1, float x2, float y2)
| Type | Name | Description |
|---|---|---|
| DrawCanvas | canvas | The canvas where the double line will be drawn. |
| float | x1 | The X1 coordinate. |
| float | y1 | The Y1 coordinate. |
| float | x2 | The X2 coordinate. |
| float | y2 | The Y2 coordinate. |