Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NLinearGauge Class / tMC Method


In This Topic
    tMC Method (NLinearGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub tMC( _
       ByVal QIpG As NPaintVisitor, _
       ByVal rIpG As NMarkerValueIndicator _
    ) 
    'Usage
     
    
    Dim instance As NLinearGauge
    Dim QIpG As NPaintVisitor
    Dim rIpG As NMarkerValueIndicator
     
    instance.tMC(QIpG, rIpG)
    internal override void tMC( 
       NPaintVisitor QIpG,
       NMarkerValueIndicator rIpG
    )

    Parameters

    QIpG
    rIpG
    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