PointCollection.IndexOf(Point) 메서드

정의

PointCollection에 있는 지정한 항목의 인덱스를 확인합니다.

public:
 virtual int IndexOf(System::Windows::Point value);
public int IndexOf (System.Windows.Point value);
abstract member IndexOf : System.Windows.Point -> int
override this.IndexOf : System.Windows.Point -> int
Public Function IndexOf (value As Point) As Integer

매개 변수

value
Point

Point에서 찾을 PointCollection입니다.

반환

Int32

PointCollectionvalue가 있으면 해당 값의 인덱스이고, 그렇지 않으면 -1입니다.

구현

적용 대상

추가 정보