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