[]
Draws a TextLayout at a specified location.
If any part of the text does not fit in the layout bounds, it is truncated.
public void DrawTextLayout(TextLayout layout, PointF location)
Public Sub DrawTextLayout(layout As TextLayout, location As PointF)
Type | Name | Description |
---|---|---|
TextLayout | layout | The TextLayout to draw. |
PointF | location | The location at which to draw the layout. |