バージョン

GetScaledValue プロパティ

拡大/縮小後の値の計算に使用する関数を取得または設定します。
シンタックス
'宣言
 
Public Property GetScaledValue As Func(Of Double,Rect,Rect,Double)
public Func<double,Rect,Rect,double> GetScaledValue {get; set;}
参照