ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / ILineTransformInfo Interface / _updateLocation Method

In This Topic
    _updateLocation Method (ILineTransformInfo)
    In This Topic
    Syntax
    'Declaration
     
    Sub _updateLocation( _
       ByVal start As IPoint, _
       ByVal end As IPoint _
    ) 
    void _updateLocation( 
       IPoint start,
       IPoint end
    )

    Parameters

    start
    end
    See Also