Search
Painter.DrawLine Method
See Also
 






 Overload List

Name Description

Painter.DrawLine (Double, Double, Double, Double, Style)

Draws a line from point (ax, ay) to point (bx, by) using Style.LineColor from the specified style.

Painter.DrawLine (Point, Point, Style)

Draws a line from (a) to (b) using the Style.LineColor from the specified style.

 See Also