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

ControlPointCollection Members

The ControlPointCollection type exposes the following members.

Constructors

Name Description
Public method ControlPointCollection

Creates and initializes a new collection using an array of control points.

Methods

Name Description
Public method CopyTo Overloaded.

Copies the elements of the collection to an array starting at a particular index.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator

Returns an enumerator for the control points allowing the collection to be used in foreach blocks.

Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Count

Gets the number of elements contained in the collection.

Public property IsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread-safe).

Public property Item

Gets a control point by the specified index.

Public property SyncRoot

Gets an object that can be used to synchronize access to the collection.

See Also

Reference