Draws a line connecting the two points specified by coordinate pairs.
Namespace: MindFusion.DrawingAssembly: MindFusion.Common
void DrawLine ( Pen pen, int x1, int y1, int x2, int y2)
Sub DrawLine( _ pen As Pen, _ x1 As Integer, _ y1 As Integer, _ x2 As Integer, _ y2 As Integer _)
DrawLine Method Overload ListIGraphics MembersIGraphics InterfaceMindFusion.Drawing Namespace