get_alignment


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.2" ) ]
public void get_alignment (Actor? child, out BinAlignment x_align, out BinAlignment y_align)

Warning: get_alignment is deprecated since 1.12.

Retrieves the horizontal and vertical alignment policies for a child of this

Note:

Use the x_align and the y_align properties of Actor instead.

If child is null the default alignment policies will be returned instead

Parameters:

this

a BinLayout

child

a child of container

x_align

return location for the horizontal alignment policy

y_align

return location for the vertical alignment policy