Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BitmapRenderer Class / DrawTextLayout Method
The GrapeCity.Documents.Text.TextLayout to draw.
The origin x-coordinate.
The origin y-coordinate.

In This Topic
    DrawTextLayout Method (BitmapRenderer)
    In This Topic
    Draws a GrapeCity.Documents.Text.TextLayout at the given location.
    Syntax
    'Declaration
     
    Public Sub DrawTextLayout( _
       ByVal layout As TextLayout, _
       ByVal x As System.Single, _
       ByVal y As System.Single _
    ) 
    public void DrawTextLayout( 
       TextLayout layout,
       System.float x,
       System.float y
    )

    Parameters

    layout
    The GrapeCity.Documents.Text.TextLayout to draw.
    x
    The origin x-coordinate.
    y
    The origin y-coordinate.
    See Also