This documentation is for the old version. Go to the latest Graphics Mill docs

GenericVObjectEditDesigner Class

This is a class representing a generic designer for editing v-objects.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Class GenericVObjectEditDesigner _
	Implements IDesigner, IDisposable
C#
public class GenericVObjectEditDesigner : IDesigner, IDisposable

Remarks

All standard non-composite v-objects, such as ellipses, rectangles, text, use this designer to process the user input.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.WinControls.GenericVObjectEditDesigner

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.

Object Model






See Also

Reference