This class represents a designer which creates LineVObject.

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

Syntax

Visual Basic

Public Class LineVObjectCreateDesigner _
	Inherits PathVObjectCreateDesigner

C#

public class LineVObjectCreateDesigner : PathVObjectCreateDesigner

Remarks

This class is used when the user draws a line on a layer. It lets the user define the points that will be connected by the line.

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.