Nevron.Interop.Win32 Namespace / NGdi32 Class / GetCharWidth32 Method


GetCharWidth32 Method
Syntax
'Declaration
 
Public Shared Function GetCharWidth32( _
   ByVal hdc As System.IntPtr, _
   ByVal iFirstChar As System.UInteger, _
   ByVal iLastChar As System.UInteger, _
   ByVal lpBuffer() As System.Integer _
) As System.Boolean
 
'Usage
 
Dim hdc As System.IntPtr
Dim iFirstChar As System.UInteger
Dim iLastChar As System.UInteger
Dim lpBuffer() As System.Integer
Dim value As System.Boolean
 
value = NGdi32.GetCharWidth32(hdc, iFirstChar, iLastChar, lpBuffer)

Parameters

hdc
iFirstChar
iLastChar
lpBuffer
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