バージョン 24.2 (最新)

ScaleCrossingValue メソッド

その位置の値を取得するために軸ビューポートの位置を CrossingAxis によって拡大縮小します。
シンタックス
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
右位置の制約。
参照