This class represents a designer which creates PathVObject.

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

Syntax

Visual Basic

Public MustInherit Class PathVObjectCreateDesigner _
	Implements IDesigner, IDisposable

C#

public abstract class PathVObjectCreateDesigner : IDesigner, 
	IDisposable

Remarks

This class is used when the user draws a vector object. It lets the user define the area occupied by the object being added.

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.