C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / DrawText Method

In This Topic
DrawText Method (Win32)
In This Topic
Syntax
'Declaration
 
Public Shared Function DrawText( _
   ByVal dc As IntPtr, _
   ByVal s As String, _
   ByVal nCount As Integer, _
   ByRef lpRect As Win32.RECT, _
   ByVal uFormat As UInteger _
) As Boolean
 

Parameters

dc
s
nCount
lpRect
uFormat
See Also