Nevron.Interop.Win32 Namespace / NGdi32 Class / GetKerningPairs Method / GetKerningPairs(IntPtr,Int32,IntPtr) Method


GetKerningPairs(IntPtr,Int32,IntPtr) Method
Syntax
'Declaration
 
Public Overloads Shared Function GetKerningPairs( _
   ByVal hdc As System.IntPtr, _
   ByVal nNumPairs As System.Integer, _
   ByVal kerningPairs As System.IntPtr _
) As System.Integer
 
'Usage
 
Dim hdc As System.IntPtr
Dim nNumPairs As System.Integer
Dim kerningPairs As System.IntPtr
Dim value As System.Integer
 
value = NGdi32.GetKerningPairs(hdc, nNumPairs, kerningPairs)

Parameters

hdc
nNumPairs
kerningPairs
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also