Aurigma Graphics Mill 5.5 for .NET
ControlPointCollection Class
This class represents a collection of control points.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
<DefaultMemberAttribute("Item")> _ Public Class ControlPointCollection _ Implements IControlPointCollection, ICollection, IEnumerable
C#
[DefaultMemberAttribute("Item")] public class ControlPointCollection : IControlPointCollection, ICollection, IEnumerable
Remarks
Each v-object provides a set of control points that allows users to transform the v-object by a mouse.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.ControlPointCollection
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.


