ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 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 System.String, _
       ByVal bounds As System.Drawing.Rectangle, _
       ByVal font As System.Drawing.Font, _
       ByVal color As System.Drawing.Color, _
       ByVal formatFlags As System.Integer _
    ) 
    public void DrawText( 
       System.string s,
       System.Drawing.Rectangle bounds,
       System.Drawing.Font font,
       System.Drawing.Color color,
       System.int formatFlags
    )

    Parameters

    s
    bounds
    font
    color
    formatFlags
    See Also