Creates and initializes a new freehand drawing based on the provided points.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Sub New ( _ points As PointF(), _ closePath As Boolean, _ fillMode As FillMode _ )
Type: System.Drawing.PointF []
An array of points that comprise freehand drawing nodes.Type: System.Boolean
A value indicating if the path should be closed.Type: System.Drawing.Drawing2D.FillMode
A FillMode enumeration member that determines how to fill and clip the interior of a closed figure.