'宣言 Public Function CoordToPointIndex( _ ByVal XCoord As System.Integer, _ ByVal YCoord As System.Integer, _ ByVal element As PlotElementEnum, _ ByVal SeriesIndex As System.Integer, _ ByRef PointIndex As System.Integer, _ ByRef Distance As System.Integer _ ) As System.Boolean
public System.bool CoordToPointIndex( System.int XCoord, System.int YCoord, PlotElementEnum element, System.int SeriesIndex, ref System.int PointIndex, ref System.int Distance )
パラメータ
- XCoord
- クライアント X 座標。
- YCoord
- クライアント Y 座標。
- element
- 使用されるプロット要素。
- SeriesIndex
- データセットインデックス。
- PointIndex
- 最も近いデータ点のデータ点インデックス。
- Distance
- 最も近いデータ点からの距離。
戻り値の型
正常に行われた場合の計算結果。