GetCharABCWidths(IntPtr,UInt32,UInt32) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function GetCharABCWidths( _
ByVal As System.IntPtr, _
ByVal As System.UInteger, _
ByVal As System.UInteger _
) As System.Integer()
public static System.int[] GetCharABCWidths(
System.IntPtr ,
System.uint ,
System.uint
)
Parameters
- hdc
- firstChar
- lastChar
See Also