This class represents a vector polyline.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic

<SerializableAttribute> _
Public Class PolylineVObject _
	Inherits FreehandVObject

C#

[SerializableAttribute]
public class PolylineVObject : FreehandVObject

Remarks

Use this class when you need to add a polyline to a layer.

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.