Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NRadialGauge Class / nMC Method


In This Topic
    nMC Method (NRadialGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub nMC( _
       ByVal nMpG As NPaintVisitor, _
       ByVal OMpG As NRangeIndicator _
    ) 
    'Usage
     
    
    Dim instance As NRadialGauge
    Dim nMpG As NPaintVisitor
    Dim OMpG As NRangeIndicator
     
    instance.nMC(nMpG, OMpG)
    internal override void nMC( 
       NPaintVisitor nMpG,
       NRangeIndicator OMpG
    )

    Parameters

    nMpG
    OMpG
    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