'Declaration Public Shared Function GetCharWidth32( _ ByVal hDC As IntPtr, _ ByVal firstChar As Integer, _ ByVal lastChar As Integer, _ ByVal charWidths() As Integer _ ) As Boolean
'Declaration
Public Shared Function GetCharWidth32( _ ByVal hDC As IntPtr, _ ByVal firstChar As Integer, _ ByVal lastChar As Integer, _ ByVal charWidths() As Integer _ ) As Boolean
public static bool GetCharWidth32( IntPtr hDC, int firstChar, int lastChar, int[] charWidths )
Win32 Class Win32 Members