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)
Public MustInherit Class VObjectAction _ Implements IVObjectAction
public abstract class VObjectAction : IVObjectAction
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.