Aurigma Graphics Mill 5.5 for .NET
DragVObjectAction Class
This class represents a "drag" action of a v-object.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
Public Class DragVObjectAction _ Inherits VObjectAction
C#
public class DragVObjectAction : VObjectAction
Remarks
If this action in supported by the object, the user will be able to move the object.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.VObjectAction
L
Aurigma.GraphicsMill.WinControls..::.DragVObjectAction
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.


