PointCollection.IndexOf(Point) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
決定 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
要在 PointCollection 中尋找的 Point。
傳回
如果在 PointCollection 中找到,為 value
的索引,否則為 -1。