Draws a line.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub DrawLine ( _ pen As Pen, _ x1 As Single, _ y1 As Single, _ x2 As Single, _ y2 As Single _ )
Type: Aurigma.GraphicsMill.Drawing.Pen
Pen object which is used to draw a line.Type: System.Single
X-coordinate of the start point of the line.Type: System.Single
Y-coordinate of the start point of the line.Type: System.Single
X-coordinate of the end point of the line.Type: System.Single
Y-coordinate of the end point of the line.All the coordinates are measured in units specified with Unit property.