Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NChart Class / DoPrePaint3DContent2D Method


In This Topic
    DoPrePaint3DContent2D Method (NChart)
    In This Topic
    Paints the 3D 2D content (mainly texts)
    Syntax
    'Declaration
     
    
    Protected Friend Overridable Sub DoPrePaint3DContent2D( _
       ByVal visitor As NPaintVisitor _
    ) 
    'Usage
     
    
    Dim instance As NChart
    Dim visitor As NPaintVisitor
     
    instance.DoPrePaint3DContent2D(visitor)
    protected internal virtual void DoPrePaint3DContent2D( 
       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