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

适用于

另请参阅