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