Aurigma Graphics Mill 5.5 for .NET
IControlPointCollection Interface
This interface is implemented by all control points collections.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
<DefaultMemberAttribute("Item")> _ Public Interface IControlPointCollection _ Implements ICollection, IEnumerable
C#
[DefaultMemberAttribute("Item")] public interface IControlPointCollection : ICollection, IEnumerable
Remarks
Each v-object can provide a set of control ponts. Control points allow the user to transform the selected v-object: rotate, skew, resize.


