This documentation is for the old version. Go to the latest Graphics Mill docs

PolyLineVObjectCreateDesigner Class

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.

Inheritance Hierarchy

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.

Object Model






See Also

Reference