バージョン

ScaleCrossingValue メソッド

その位置の値を取得するために軸ビューポートの位置を CrossingAxis によって拡大縮小します。
シンタックス
'宣言
 
Protected Sub ScaleCrossingValue( _
   ByRef crossingValue As Double, _
   ByRef relativeCrossingValue As Double, _
   ByVal window As Rect, _
   ByVal viewport As Rect, _
   ByVal effectiveViewport As Rect, _
   ByVal constraintLeft As Double, _
   ByVal constraintRight As Double _
) 
protected void ScaleCrossingValue( 
   out double crossingValue,
   out double relativeCrossingValue,
   Rect window,
   Rect viewport,
   Rect effectiveViewport,
   double constraintLeft,
   double constraintRight
)

パラメータ

crossingValue
位置を取得します。交差値を出力します。
relativeCrossingValue
constraintLeft に相対する交差値を出力します。
window
ウィンドウ 矩形。
viewport
ビューポート矩形。
effectiveViewport
結果的なビューポート長方形。
constraintLeft
左位置の制約。
constraintRight
右位置の制約。
参照