PathFigureCollection.Enumerator 構造体

定義

PathFigureCollectionPathFigure 項目を列挙します。

public: value class PathFigureCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::PathFigure ^>
public struct PathFigureCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.PathFigure>
type PathFigureCollection.Enumerator = struct
    interface IEnumerator<PathFigure>
    interface IDisposable
    interface IEnumerator
type PathFigureCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<PathFigure>
    interface IDisposable
type PathFigureCollection.Enumerator = struct
    interface IEnumerator<PathFigure>
    interface IEnumerator
    interface IDisposable
Public Structure PathFigureCollection.Enumerator
Implements IEnumerator(Of PathFigure)
継承
PathFigureCollection.Enumerator
実装

プロパティ

Current

コレクション内の現在の要素を取得します。

メソッド

MoveNext()

列挙子をコレクションの次の要素に進めます。

Reset()

列挙子を初期位置、つまりコレクションの最初の要素の前にリセットします。

明示的なインターフェイスの実装

IDisposable.Dispose()

この型またはメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしますが、独自に作成したコードから直接使用するためのものではありません。

IEnumerator.Current

この型またはメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしますが、独自に作成したコードから直接使用するためのものではありません。

適用対象