Version

Interpolate Method (AxisAnnotationFrame)

Interpolates between two frames into this frame.
Syntax
'Declaration
 
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
)

Parameters

p
The interpolation value.
min
The minimum frame.
max
The next frame.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also