Aurigma Graphics Mill 5.5 for .NET
IDesigner Interface
This interface is implemented by all designers.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
Public Interface IDesigner
C#
public interface IDesigner
Remarks
Each v-object has an associated designer. Designers are helper objects, intermediate between the container and their corresponding v-objects. The designers handle user input forwarded from the IVObjectHost control and change their corresponding objects based on that input.


