In This Topic
Syntax
'Declaration
Public Shared Function TextOut( _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.Integer _
) As System.Boolean
public static System.bool TextOut(
System.IntPtr ,
System.int ,
System.int ,
System.string ,
System.int
)
Parameters
- hdc
- X
- Y
- lpString
- cbCount
See Also