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

VObject Class

This is a base class for any v-object.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
<SerializableAttribute> _
Public MustInherit Class VObject _
	Implements IVObject, IControlPointsProvider, ISerializable, IDisposable

Remarks

You can inherit from this class when you need to implement a custom v-object. To do it, you should implement:

Few of other minor members may be required to be implemented, but these one are the most essential.

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

Manual