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.

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.