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