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 已修改。

適用於

另請參閱