バージョン

dataToPointLinearPlaneF メソッド

線形平面の指定された値の位置を取得します。
シンタックス
'宣言
 
Public Shared Function dataToPointLinearPlaneF( _
   ByVal dataHorzMin As Double, _
   ByVal dataHorzMax As Double, _
   ByVal dataVertMin As Double, _
   ByVal dataVertMax As Double, _
   ByVal leftTop As Point, _
   ByVal bottomRight As Point, _
   ByVal d_h As Double, _
   ByVal d_v As Double _
) As PointF
public static PointF dataToPointLinearPlaneF( 
   double dataHorzMin,
   double dataHorzMax,
   double dataVertMin,
   double dataVertMax,
   Point leftTop,
   Point bottomRight,
   double d_h,
   double d_v
)

パラメータ

dataHorzMin
目盛の水平方向の最小値
dataHorzMax
目盛の水平方向の最大値
dataVertMin
目盛の垂直方向の最小値
dataVertMax
目盛の垂直方向の最大値
leftTop
左上座標。
bottomRight
右下座標。
d_h
コンテキストのデータ値(水平)。
d_v
コンテキストのデータ値(垂直方向)。

戻り値の型

線形平面の指定された値の位置。
参照