[]
public static extern bool TextOut(IntPtr hdc, int X, int Y, string lpString, int cbCount)
Public Shared Function TextOut(hdc As IntPtr, X As Integer, Y As Integer, lpString As String, cbCount As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | hdc | |
| int | X | |
| int | Y | |
| string | lpString | |
| int | cbCount |
| Type | Description |
|---|---|
| bool |