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


In This Topic
    vMC Method (NGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub vMC( _
       ByVal nYlG As NPaintVisitor, _
       ByVal OYlG As lhMG, _
       ByVal pYlG As ArSG _
    ) 
    'Usage
     
    
    Dim instance As NGauge
    Dim nYlG As NPaintVisitor
    Dim OYlG As lhMG
    Dim pYlG As ArSG
     
    instance.vMC(nYlG, OYlG, pYlG)
    internal abstract void vMC( 
       NPaintVisitor nYlG,
       lhMG OYlG,
       ArSG pYlG
    )

    Parameters

    nYlG
    OYlG
    pYlG
    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