get_alignment
Description:
[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.2" ) ]
public void get_alignment (Actor actor, out BoxAlignment x_align, out BoxAlignment y_align)
public void get_alignment (Actor actor, out BoxAlignment x_align, out BoxAlignment y_align)
Warning: get_alignment is deprecated since 1.12.
Retrieves the horizontal and vertical alignment policies for actor
as set using
pack or
set_alignment
Parameters:
this | |
actor |
a Actor child of this |
x_align |
return location for the horizontal alignment policy |
y_align |
return location for the vertical alignment policy |