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

PointCollection 内で検索される Point

戻り値

Int32

PointCollection で見つかった場合は value のインデックス。それ以外の場合は -1。

実装

適用対象

こちらもご覧ください