In This Topic
Syntax
'Declaration
Public Shared Function DrawText( _
ByVal As System.IntPtr, _
ByVal As System.String, _
ByVal As System.Integer, _
ByRef As Win32.RECT, _
ByVal As System.UInteger _
) As System.Boolean
public static System.bool DrawText(
System.IntPtr ,
System.string ,
System.int ,
ref Win32.RECT ,
System.uint
)
Parameters
- dc
- s
- nCount
- lpRect
- uFormat
See Also