PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / DrawText(String,Rectangle,Font,Color,Int32) Method

In This Topic
    DrawText(String,Rectangle,Font,Color,Int32) Method
    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