This documentation is for the old version. Go to the latest Graphics Mill docs

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

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.

Object Model










See Also

Reference