Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NCartesianChart Class / DoPrePaint2D Method


In This Topic
    DoPrePaint2D Method (NCartesianChart)
    In This Topic
    Implements 2D paint functionality
    Syntax
    'Declaration
     
    
    Protected Friend Overrides Sub DoPrePaint2D( _
       ByVal visitor As NPaintVisitor _
    ) 
    'Usage
     
    
    Dim instance As NCartesianChart
    Dim visitor As NPaintVisitor
     
    instance.DoPrePaint2D(visitor)
    protected internal override void DoPrePaint2D( 
       NPaintVisitor visitor
    )

    Parameters

    visitor
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also