[]
        
(Showing Draft Content)

C1.Util.Win.Win32.DrawText

DrawText Method

DrawText(IntPtr, string, int, ref RECT, uint)

Declaration
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
Parameters
Type Name Description
IntPtr dc
string s
int nCount
Win32.RECT lpRect
uint uFormat
Returns
Type Description
bool