Draws a line connecting the specified points.
Namespace: com.mindfusion.drawingPackage: com.mindfusion.drawing
public void drawLine ( Pen pen, PointD a, PointD b)
A Pen object that determines the color, width, and style of the line.
The first point to connect.
The second point to connect.
drawLine Method Overload ListGraphics MembersGraphics Interfacecom.mindfusion.drawing Namespace