Nevron .NET Vision
Nevron.Chart Namespace / NScrollBarResetButton Class / Render2D Method


In This Topic
    Render2D Method (NScrollBarResetButton)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub Render2D( _
       ByVal context As NChartRenderingContext2D, _
       ByVal scrollBar As NScrollBar _
    ) 
    'Usage
     
    
    Dim instance As NScrollBarResetButton
    Dim context As NChartRenderingContext2D
    Dim scrollBar As NScrollBar
     
    instance.Render2D(context, scrollBar)
    public override void Render2D( 
       NChartRenderingContext2D context,
       NScrollBar scrollBar
    )

    Parameters

    context
    scrollBar
    Requirements

    Target Platforms: Windows 7, 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