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)
<SerializableAttribute> _ Public MustInherit Class PathVObject _ Inherits VObject
[SerializableAttribute] public abstract class PathVObject : VObject
All v-objects which can be represented with a path (lines, ellipses, rectangles, etc) are inherited from this class.