Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawTextLayout Method
The GrapeCity.Documents.Text.TextLayout to draw.
The location at which to draw the layout.

In This Topic
    DrawTextLayout Method (GcGraphics)
    In This Topic
    Draws a GrapeCity.Documents.Text.TextLayout at a specified location.

    If any part of the text does not fit in the layout bounds, it is truncated.

    Syntax
    'Declaration
     
    Public Sub DrawTextLayout( _
       ByVal layout As TextLayout, _
       ByVal location As System.Drawing.PointF _
    ) 
    public void DrawTextLayout( 
       TextLayout layout,
       System.Drawing.PointF location
    )

    Parameters

    layout
    The GrapeCity.Documents.Text.TextLayout to draw.
    location
    The location at which to draw the layout.
    See Also