Aurigma Graphics Mill 5.5 for .NET
ClickDragCreateDesigner Class
This is an abstract class representing a generic designer for creating v-objects.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
Public MustInherit Class ClickDragCreateDesigner _ Implements IDesigner, IDisposable
C#
public abstract class ClickDragCreateDesigner : IDesigner, IDisposable
Remarks
Typically, there is no need to use this designer directly.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.ClickDragCreateDesigner
L
Aurigma.GraphicsMill.WinControls..::.ImageVObjectCreateDesigner
L
Aurigma.GraphicsMill.WinControls..::.TextVObjectCreateDesigner
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.


