Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NInstrumentationWidget Class / bnC Method


In This Topic
    bnC Method (NInstrumentationWidget)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function bnC( _
       ByVal GxKG As NPaintVisitor _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NInstrumentationWidget
    Dim GxKG As NPaintVisitor
    Dim value As NGraphicsPath
     
    value = instance.bnC(GxKG)
    internal virtual NGraphicsPath bnC( 
       NPaintVisitor GxKG
    )

    Parameters

    GxKG
    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