[]
Draws a TextLayout at the given location.
public void DrawTextLayout(TextLayout layout, float x, float y)
| Type | Name | Description |
|---|---|---|
| TextLayout | layout | The TextLayout to draw. |
| float | x | The origin x-coordinate. |
| float | y | The origin y-coordinate. |