'宣言 Public Overloads Function CoordToDataCoord( _ ByVal XCoord As System.Integer, _ ByVal YCoord As System.Integer, _ ByRef XDataCoord As System.Single, _ ByRef YDataCoord As System.Single _ ) As System.Boolean
public System.bool CoordToDataCoord( System.int XCoord, System.int YCoord, ref System.float XDataCoord, ref System.float YDataCoord )
パラメータ
- XCoord
 - X データ座標。
 - YCoord
 - Y データ座標。
 - XDataCoord
 - クライアント X 座標。
 - YDataCoord
 - クライアント Y 座標。
 
戻り値の型
正常に行われた場合の計算結果。