get_layout_offsets
Description:
[
Version ( since =
"1.8" ) ]
public void get_layout_offsets (
out int x,
out int y)
Obtains the coordinates where the Text will draw the
Layout representing the text.
Parameters:
| this |
a Text
|
| x |
location to store X offset of layout, or null
|
| y |
location to store Y offset of layout, or null
|