Aurigma Graphics Mill 5.5 for .NET
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
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.PathVObjectCreateDesigner
L
Aurigma.GraphicsMill.WinControls..::.PolyLineVObjectCreateDesigner
L
Aurigma.GraphicsMill.WinControls..::.ClosedPolyLineVObjectCreateDesigner
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.





