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


In This Topic
    UhdE Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function UhdE( _
       ByVal vhdE As tlGb, _
       ByVal WhdE As System.Double, _
       ByRef xhdE As System.Integer, _
       ByRef YhdE As System.Integer _
    ) As NGlyphRun
    'Usage
     
    
    Dim instance As NGlyphRun
    Dim vhdE As tlGb
    Dim WhdE As System.Double
    Dim xhdE As System.Integer
    Dim YhdE As System.Integer
    Dim value As NGlyphRun
     
    value = instance.UhdE(vhdE, WhdE, xhdE, YhdE)
    internal NGlyphRun UhdE( 
       tlGb vhdE,
       System.double WhdE,
       ref System.int xhdE,
       ref System.int YhdE
    )

    Parameters

    vhdE
    WhdE
    xhdE
    YhdE
    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