[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.DrawTextLayout

DrawTextLayout Method

DrawTextLayout(TextLayout, PointF)

Draws a TextLayout at a specified location.

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

Declaration
public void DrawTextLayout(TextLayout layout, PointF location)
Public Sub DrawTextLayout(layout As TextLayout, location As PointF)
Parameters
Type Name Description
TextLayout layout

The TextLayout to draw.

PointF location

The location at which to draw the layout.