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

속성 값

Point

컬렉션에 있는 현재 요소입니다.

구현

예외

열거자가 만들어진 후에 PointCollection이(가) 수정되었습니다.

적용 대상

추가 정보