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


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

    Parameters

    nddE
    OddE
    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