バージョン

Interpolate メソッド (AxisAnnotationFrame)

このフレームを作成するために 2 つのフレームの間を補間します。
シンタックス
'宣言
 
Public Overrides Sub Interpolate( _
   ByVal p As Single, _
   ByVal min As Frame, _
   ByVal max As Frame _
) 
public override void Interpolate( 
   float p,
   Frame min,
   Frame max
)

パラメータ

p
補間値。
min
最小フレーム。
max
次のフレーム。
参照