Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / DrawText Method


In This Topic
    DrawText Method
    In This Topic
    Syntax
    'Declaration
     
    Sub DrawText( _
       ByVal value As String, _
       ByVal font As Font, _
       ByVal rect As Rectangle, _
       Optional ByVal drawingTextFormat As DrawingTextFormat _
    ) 
    'Usage
     
    Dim instance As IDrawingContext
    Dim value As String
    Dim font As Font
    Dim rect As Rectangle
    Dim drawingTextFormat As DrawingTextFormat
     
    instance.DrawText(value, font, rect, drawingTextFormat)
    void DrawText( 
       string value,
       Font font,
       Rectangle rect,
       DrawingTextFormat drawingTextFormat
    )

    Parameters

    value
    font
    rect
    drawingTextFormat
    See Also