'宣言 Public Function CoordToDataIndex( _ ByVal sx As System.Integer, _ ByVal sy As System.Integer, _ ByRef columnIndex As System.Integer, _ ByRef rowIndex As System.Integer _ ) As System.Boolean
public System.bool CoordToDataIndex( System.int sx, System.int sy, ref System.int columnIndex, ref System.int rowIndex )
パラメータ
- sx
- クライアントの x 座標(ピクセル)。
- sy
- クライアントの y 座標(ピクセル)。
- columnIndex
- 列のインデックス(ポイントデータレイアウトでは、系列のインデックス)。
- rowIndex
- 行のインデックス(ポイントデータレイアウトでは、ポイントのインデックス)。
戻り値の型
座標変換の結果を示すブール値。