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


In This Topic
    IEdE Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function IEdE( _
       ByVal jEdE As System.Integer, _
       ByVal KEdE As System.Integer _
    ) As NRange
    'Usage
     
    
    Dim instance As NGlyphRun
    Dim jEdE As System.Integer
    Dim KEdE As System.Integer
    Dim value As NRange
     
    value = instance.IEdE(jEdE, KEdE)
    internal NRange IEdE( 
       System.int jEdE,
       System.int KEdE
    )

    Parameters

    jEdE
    KEdE
    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