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

ClickDragCreateDesigner Class

This is an abstract class representing a generic designer for creating v-objects.

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

Syntax

Visual Basic
Public MustInherit Class ClickDragCreateDesigner _
	Implements IDesigner, IDisposable
C#
public abstract class ClickDragCreateDesigner : IDesigner, IDisposable

Remarks

Typically, there is no need to use this designer directly.

Inheritance Hierarchy

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