Draws a line.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: Aurigma.GraphicsMill.Drawing.Pen
Pen object which is used to draw a line.Type: System.Drawing.PointF
The start point of the line.Type: System.Drawing.PointF
The end point of the line.All the coordinates are measured in units specified with Unit property.