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