[]
public static extern bool DrawText(IntPtr dc, string s, int nCount, ref Win32.RECT lpRect, uint uFormat)
Public Shared Function DrawText(dc As IntPtr, s As String, nCount As Integer, ByRef lpRect As Win32.RECT, uFormat As UInteger) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | dc | |
| string | s | |
| int | nCount | |
| Win32.RECT | lpRect | |
| uint | uFormat |
| Type | Description |
|---|---|
| bool |