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


In This Topic
    jddE Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function jddE( _
       ByVal KddE As NRangeI, _
       ByVal lddE As System.Double _
    ) As NList(Of NRectangle)
    'Usage
     
    
    Dim instance As NGlyphRun
    Dim KddE As NRangeI
    Dim lddE As System.Double
    Dim value As NList(Of NRectangle)
     
    value = instance.jddE(KddE, lddE)
    internal NList<NRectangle> jddE( 
       NRangeI KddE,
       System.double lddE
    )

    Parameters

    KddE
    lddE
    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