Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / MGGG Class / AhGG Method


In This Topic
    AhGG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function AhGG( _
       ByVal bhGG As NList(Of NRectangle), _
       ByVal ChGG As System.Double _
    ) As NList(Of NRectangle)
    'Usage
     
    
    Dim bhGG As NList(Of NRectangle)
    Dim ChGG As System.Double
    Dim value As NList(Of NRectangle)
     
    value = MGGG.AhGG(bhGG, ChGG)
    internal static NList<NRectangle> AhGG( 
       NList<NRectangle> bhGG,
       System.double ChGG
    )

    Parameters

    bhGG
    ChGG
    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