PointCollection.Enumerator.Current プロパティ

定義

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

public:
 property System::Windows::Point Current { System::Windows::Point get(); };
public System.Windows.Point Current { get; }
member this.Current : System.Windows.Point
Public ReadOnly Property Current As Point

プロパティ値

コレクション内にある現在の要素です。

実装

例外

PointCollection が、列挙子の作成後に変更されました。

適用対象

こちらもご覧ください