[]
public static extern bool GetTextExtentPoint32(IntPtr hdc, string lpString, int cbString, ref Size lpSize)
Public Shared Function GetTextExtentPoint32(hdc As IntPtr, lpString As String, cbString As Integer, ByRef lpSize As Size) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | hdc | |
| string | lpString | |
| int | cbString | |
| Size | lpSize |
| Type | Description |
|---|---|
| bool |