This is a base class for any v-object.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
<SerializableAttribute> _ Public MustInherit Class VObject _ Implements IVObject, IControlPointsProvider, ISerializable, IDisposable
[SerializableAttribute] public abstract class VObject : IVObject, IControlPointsProvider, ISerializable, IDisposable
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.