다음을 통해 공유


StrokeCollection.IndexOf(Stroke) 메서드

정의

Stroke에 있는 지정한 StrokeCollection의 인덱스를 반환합니다.

public:
 int IndexOf(System::Windows::Ink::Stroke ^ stroke);
public int IndexOf (System.Windows.Ink.Stroke stroke);
override this.IndexOf : System.Windows.Ink.Stroke -> int
Public Function IndexOf (stroke As Stroke) As Integer

매개 변수

stroke
Stroke

위치가 필요한 스트로크입니다.

반환

Int32

스트로크의 인덱스입니다.

설명

합니다 IndexOf 경우-1이 반환 stroke 의 멤버인는 StrokeCollection합니다.

적용 대상