Aurigma Graphics Mill 5.5 for .NET
LineVObjectCreateDesigner Class
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.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.PathVObjectCreateDesigner
L
Aurigma.GraphicsMill.WinControls..::.LineVObjectCreateDesigner
L
Aurigma.GraphicsMill.WinControls..::.RectangleVObjectCreateDesigner
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.





