'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)
public static System.bool GetCharWidth32( System.IntPtr hdc, System.uint iFirstChar, System.uint iLastChar, out System.int[] lpBuffer )
Parameters
- hdc
- iFirstChar
- iLastChar
- lpBuffer