'Declaration
Public Shared Function GetTextExtentPoint32( _ ByVal hdc As System.IntPtr, _ ByVal str As System.String, _ ByVal len As System.Integer, _ ByRef size As NWin32.SIZE _ ) As System.Integer
'Usage
Dim hdc As System.IntPtr Dim str As System.String Dim len As System.Integer Dim size As NWin32.SIZE Dim value As System.Integer value = NGdi32.GetTextExtentPoint32(hdc, str, len, size)
public static System.int GetTextExtentPoint32( System.IntPtr hdc, System.string str, System.int len, out NWin32.SIZE size )
Parameters
- hdc
- str
- len
- size