[ Version ( deprecated = true , deprecated_since = "1.10" ) ]
public Geometry get_geometry ()
Warning: get_geometry is deprecated since 1.10.
Gets the size and position of an actor relative to its parent actor.
Use get_position and get_size, or get_allocation_geometry instead.
This is the same as calling get_position and get_size. It tries to "do what you mean" and get the requested size and position if the actor's allocation is invalid.
this |
A Actor |
geometry |
A location to store actors Geometry |