Aurigma Graphics Mill 5.5 for .NET
LineVObject Class
This class represents a vector line.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
<SerializableAttribute> _ Public Class LineVObject _ Inherits PathVObject
C#
[SerializableAttribute] public class LineVObject : PathVObject
Remarks
Use this class when you need to add a line to a layer.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.VObject
L
Aurigma.GraphicsMill.WinControls..::.PathVObject
L
Aurigma.GraphicsMill.WinControls..::.LineVObject
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.









