ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _LineTransformInfo Class / lerp Method

In This Topic
    lerp Method (_LineTransformInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub lerp( _
       ByVal start As ITransformInfo, _
       ByVal end As ITransformInfo, _
       ByVal t As Double _
    ) 
    public void lerp( 
       ITransformInfo start,
       ITransformInfo end,
       double t
    )

    Parameters

    start
    end
    t
    See Also