Aurigma Graphics Mill 5.5 for .NET
VObjectAction Class
This is an abstract class representing a generic v-object action.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
Public MustInherit Class VObjectAction _ Implements IVObjectAction
C#
public abstract class VObjectAction : IVObjectAction
Remarks
Actions allow v-objects to be transformed: resized, skewed, rotated, and so on. Inherit from this class when you want to implement your own action.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.VObjectAction
L
Aurigma.GraphicsMill.WinControls..::.ResizeVObjectAction
L
Aurigma.GraphicsMill.WinControls..::.RotateVObjectAction
L
Aurigma.GraphicsMill.WinControls..::.SkewVObjectAction
L
Aurigma.GraphicsMill.WinControls..::.DragVObjectAction
L
Aurigma.GraphicsMill.WinControls..::.TextVObject..::.ChangeTextAreaAction
L
Aurigma.GraphicsMill.WinControls..::.PolylineVObject..::.MoveNodeAction
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.