Draws a line connecting the two points specified by coordinate pairs.
Namespace: MindFusion.DrawingAssembly: PocketPlanner
public void DrawLine ( Pen pen, int x1, int y1, int x2, int y2)
Public Sub DrawLine ( _ pen As Pen, _ x1 As Integer, _ y1 As Integer, _ x2 As Integer, _ y2 As Integer _)
DrawLine Method Overload ListGraphicsEx MembersGraphicsEx ClassMindFusion.Drawing Namespace