PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / DrawText Method

In This Topic
    DrawText Method (GraphicsUtils.GdiDc)
    In This Topic
    Draws a text.
    Syntax
    'Declaration
     
    Public Sub DrawText( _
       ByVal s As String, _
       ByVal bounds As Rectangle, _
       ByVal font As Font, _
       ByVal color As Color, _
       ByVal formatFlags As Integer _
    ) 
    public void DrawText( 
       string s,
       Rectangle bounds,
       Font font,
       Color color,
       int formatFlags
    )

    Parameters

    s
    bounds
    font
    color
    formatFlags
    See Also