This class represents a designer which creates PolylineVObject.

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

Syntax

Visual Basic

Public Class PolyLineVObjectCreateDesigner _
	Inherits PathVObjectCreateDesigner

C#

public class PolyLineVObjectCreateDesigner : PathVObjectCreateDesigner

Remarks

This class is used when the user draws a polyline. It lets the user define the nodes that will make up the polyline.

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.