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


In This Topic
    CIdE Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function CIdE( _
       ByVal dIdE As System.Integer, _
       ByVal EIdE As System.Integer, _
       ByVal fIdE As System.Double, _
       ByRef GIdE As System.Integer, _
       ByRef hIdE As System.Double _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NGlyphRun
    Dim dIdE As System.Integer
    Dim EIdE As System.Integer
    Dim fIdE As System.Double
    Dim GIdE As System.Integer
    Dim hIdE As System.Double
    Dim value As System.Integer
     
    value = instance.CIdE(dIdE, EIdE, fIdE, GIdE, hIdE)
    internal System.int CIdE( 
       System.int dIdE,
       System.int EIdE,
       System.double fIdE,
       out System.int GIdE,
       out System.double hIdE
    )

    Parameters

    dIdE
    EIdE
    fIdE
    GIdE
    hIdE
    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