Aurigma Graphics Mill 5.5 for .NET
PathVObjectCreateDesigner Class
This class represents a designer which creates PathVObject.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
Public MustInherit Class PathVObjectCreateDesigner _ Implements IDesigner, IDisposable
C#
public abstract class PathVObjectCreateDesigner : IDesigner, IDisposable
Remarks
This class is used when the user draws a vector object. It lets the user define the area occupied by the object being added.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.PathVObjectCreateDesigner
L
Aurigma.GraphicsMill.WinControls..::.FreehandVObjectCreateDesigner
L
Aurigma.GraphicsMill.WinControls..::.LineVObjectCreateDesigner
L
Aurigma.GraphicsMill.WinControls..::.PolyLineVObjectCreateDesigner
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.





