PathFigureCollection.GetEnumerator Method

Definition

Returns an enumerator that can iterate through the collection.

public:
 System::Windows::Media::PathFigureCollection::Enumerator GetEnumerator();
public System.Windows.Media.PathFigureCollection.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Windows.Media.PathFigureCollection.Enumerator
Public Function GetEnumerator () As PathFigureCollection.Enumerator

Returns

An PathFigureCollection.Enumerator that can iterate through the collection.

Applies to

See also