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

IVObject Interface

This interface is implemented by all vector objects and provides a set of essential v-objects properties.

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

Syntax

Visual Basic
Public Interface IVObject _
	Implements IControlPointsProvider
C#
public interface IVObject : IControlPointsProvider

Remarks

Members provided by this interface are the most important, as they are required for interaction with other objects.

Object Model





See Also

Reference

Manual