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.

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.