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


In This Topic
    MMC Method (NGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Function MMC( _
       ByVal GYlG As NPaintVisitor, _
       ByVal hYlG As NRangeIndicator, _
       ByVal IYlG As NRange, _
       ByVal jYlG As NRange _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NGauge
    Dim GYlG As NPaintVisitor
    Dim hYlG As NRangeIndicator
    Dim IYlG As NRange
    Dim jYlG As NRange
    Dim value As NGraphicsPath
     
    value = instance.MMC(GYlG, hYlG, IYlG, jYlG)

    Parameters

    GYlG
    hYlG
    IYlG
    jYlG
    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