Draws a line connecting the two points specified by coordinate pairs.
Namespace: MindFusion.Drawing Assembly: MindFusion.Scheduling.Compact
Syntax
C#
Copy Code
|
public void DrawLine ( Pen pen, int x1, int y1, int x2, int y2 ) |
Visual Basic
Copy Code
|
Public Sub DrawLine ( _ pen As Pen, _ x1 As Integer, _ y1 As Integer, _ x2 As Integer, _ y2 As Integer _ ) |
Parameters
See Also
|