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
要在 Point 中定位的 PointCollection。
返回
如果在 PointCollection 中找到,则为 value
的索引;否则为 -1。