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


In This Topic
    tMpG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub tMpG( _
       ByVal UMpG As NRectangle, _
       ByRef vMpG As System.Double, _
       ByRef WMpG As NPoint, _
       ByRef xMpG As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NRadialGauge
    Dim UMpG As NRectangle
    Dim vMpG As System.Double
    Dim WMpG As NPoint
    Dim xMpG As System.Double
     
    instance.tMpG(UMpG, vMpG, WMpG, xMpG)
    internal void tMpG( 
       NRectangle UMpG,
       out System.double vMpG,
       out NPoint WMpG,
       out System.double xMpG
    )

    Parameters

    UMpG
    vMpG
    WMpG
    xMpG
    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