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


In This Topic
    MMC Method (NRadialGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function MMC( _
       ByVal pMpG As NPaintVisitor, _
       ByVal QMpG As NRangeIndicator, _
       ByVal rMpG As NRange, _
       ByVal SMpG As NRange _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NRadialGauge
    Dim pMpG As NPaintVisitor
    Dim QMpG As NRangeIndicator
    Dim rMpG As NRange
    Dim SMpG As NRange
    Dim value As NGraphicsPath
     
    value = instance.MMC(pMpG, QMpG, rMpG, SMpG)

    Parameters

    pMpG
    QMpG
    rMpG
    SMpG
    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