Unicode Controls & Classes for VB6 - Version 4

clsCommonWrapper.TextOut Method

Draws a text at specified coords without a clipping rectangle

Syntax
Public Sub TextOut (ByVal lHdc As Long, _
ByRef s As String, _
ByRef x As Long, _
ByRef y As Long)
Parameters
Parameter Description
ByVal lHdc As Long The destination Device Context
ByRef s As String String to draw
ByRef x As Long The x-coordinate, in logical coordinates, of the reference point that the system uses to align the string.
ByRef y As Long The y-coordinate, in logical coordinates, of the reference point that the system uses to align the string.
Remarks