clsCommonWrapper.DrawTextCoords MethodThe DrawText function draws formatted text in the specified rectangle. It formats the text according to the specified method (expanding tabs, justifying characters, breaking lines, and so forth).- Syntax
Public Sub DrawTextCoords (ByVal lHdc As Long, _
ByRef s As String, _ ByVal X1 As Long, _ ByVal y1 As Long, _ ByVal X2 As Long, _ ByVal y2 As Long, _ Optional ByVal wFormat As Long = CTL_DT_TOP) - Parameters
|