PathPointCollection Members

The PathPointCollection type exposes the following members.

Constructors

Name Description
Public method PathPointCollection

Initializes a new instance of the PathPointCollection class with the points from the path.

Methods

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

Returns an enumerator for the entire PathPointCollection.

Public method GetEnumerator2

Returns an enumerator for the entire PathPointCollection.

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 points in collection.

Public property Item

Gets a point with the given index from collection.

See Also

Reference