CellRenderer.getAlignment

Fills in xalign and yalign with the appropriate values of cell. Since 2.18

class CellRenderer
void
getAlignment
(
out float xalign
,
out float yalign
)

Parameters

xalign float

location to fill in with the x alignment of the cell, or NULL. out[allow-none]

yalign float

location to fill in with the y alignment of the cell, or NULL. out[allow-none]

Meta