This class represents a designer which creates TextVObject.

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

Syntax

Visual Basic

Public Class TextVObjectCreateDesigner _
	Inherits ClickDragCreateDesigner

C#

public class TextVObjectCreateDesigner : ClickDragCreateDesigner

Remarks

This class is used when the user draws a text string. It lets the user define the region that will be occupied by the text.

Inheritance Hierarchy

System..::.Object L Aurigma.GraphicsMill.WinControls..::.ClickDragCreateDesigner L Aurigma.GraphicsMill.WinControls..::.TextVObjectCreateDesigner

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.