Nevron Open Vision Documentation
Nevron.Nov.TrueType Namespace / NGlyphRun Class / bGdE Method


In This Topic
    bGdE Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub bGdE( _
       ByVal CGdE As System.Integer, _
       ByRef dGdE As System.Double, _
       ByVal EGdE() As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NGlyphRun
    Dim CGdE As System.Integer
    Dim dGdE As System.Double
    Dim EGdE() As System.Double
     
    instance.bGdE(CGdE, dGdE, EGdE)
    internal void bGdE( 
       System.int CGdE,
       ref System.double dGdE,
       System.double[] EGdE
    )

    Parameters

    CGdE
    dGdE
    EGdE
    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