Aurigma Graphics Mill 5.5 for .NET
PathVObject Class
This is an abstract class representing a path that makes up a vector object.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
<SerializableAttribute> _ Public MustInherit Class PathVObject _ Inherits VObject
C#
[SerializableAttribute] public abstract class PathVObject : VObject
Remarks
All v-objects which can be represented with a path (lines, ellipses, rectangles, etc) are inherited from this class.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.VObject
L
Aurigma.GraphicsMill.WinControls..::.PathVObject
L
Aurigma.GraphicsMill.WinControls..::.FreehandVObject
L
Aurigma.GraphicsMill.WinControls..::.EllipseVObject
L
Aurigma.GraphicsMill.WinControls..::.RectangleVObject
L
Aurigma.GraphicsMill.WinControls..::.TextVObject
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.









