Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NGauge Class / SMC Method


In This Topic
    SMC Method (NGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub SMC( _
       ByVal txlG As NPaintVisitor, _
       ByVal UxlG As NKnobIndicator _
    ) 
    'Usage
     
    
    Dim instance As NGauge
    Dim txlG As NPaintVisitor
    Dim UxlG As NKnobIndicator
     
    instance.SMC(txlG, UxlG)
    internal abstract void SMC( 
       NPaintVisitor txlG,
       NKnobIndicator UxlG
    )

    Parameters

    txlG
    UxlG
    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