[]
        
(Showing Draft Content)

C1.Util.Win.Win32.TextOut

TextOut Method

TextOut(IntPtr, int, int, string, int)

Declaration
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
Parameters
Type Name Description
IntPtr hdc
int X
int Y
string lpString
int cbCount
Returns
Type Description
bool