PageCanvas.DrawLine Method
Name | Parameters | Description |
---|---|---|
Draw |
pen, point1, point2, unit | Draws a custom line. |
Draw |
pen, point1, point2 | Draws a custom line. |
Draw |
pen, x1, y1, x2, y2, unit | Draws a custom line. |
Draw |
pen, x1, y1, x2, y2 | Draws a custom line. |