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