This class represents a designer which is used when no v-objects are selected in the viewer area.

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

Syntax

Visual Basic

Public Class DefaultDesigner _
	Implements IDesigner, IDisposable

C#

public class DefaultDesigner : IDesigner, IDisposable

Remarks

The default designer is used when no v-objects are selected in the viewer area. That is, if there is no current designer, the default designer processes user input.

This designer is responsible for the v-object selection. When the user presses a mouse button and drags a mouse, the selection rectangle appears. All v-objects inside the selection rectangle will become selected.

Inheritance Hierarchy

System..::.Object L Aurigma.GraphicsMill.WinControls..::.DefaultDesigner

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.