StrokeCollection.IndexOf(Stroke) 方法

定义

返回指定 StrokeStrokeCollection 中的索引。

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..

适用于