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


In This Topic
    CKdE Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function CKdE( _
       ByVal dKdE As System.Integer, _
       ByVal EKdE As System.Integer, _
       ByVal fKdE As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGlyphRun
    Dim dKdE As System.Integer
    Dim EKdE As System.Integer
    Dim fKdE As System.Double
    Dim value As System.Boolean
     
    value = instance.CKdE(dKdE, EKdE, fKdE)
    internal System.bool CKdE( 
       System.int dKdE,
       System.int EKdE,
       System.double fKdE
    )

    Parameters

    dKdE
    EKdE
    fKdE
    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