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


In This Topic
    SlpG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function SlpG( _
       ByVal tlpG As NMarkerValueIndicator, _
       ByRef UlpG As NMatrix, _
       ByRef vlpG As NRectangle _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRadialGauge
    Dim tlpG As NMarkerValueIndicator
    Dim UlpG As NMatrix
    Dim vlpG As NRectangle
    Dim value As System.Boolean
     
    value = instance.SlpG(tlpG, UlpG, vlpG)
    internal System.bool SlpG( 
       NMarkerValueIndicator tlpG,
       out NMatrix UlpG,
       out NRectangle vlpG
    )

    Parameters

    tlpG
    UlpG
    vlpG
    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