set_geometry
Description:
[ Version ( deprecated = true , deprecated_since = "1.10" ) ]
public void set_geometry (Geometry geometry)
public void set_geometry (Geometry geometry)
Warning: set_geometry is deprecated since 1.10.
Sets the actor's fixed position and forces its minimum and natural size, in pixels.
Note:
Use set_position and set_size instead.
This means the untransformed actor will have the given geometry. This is the same as calling set_position and set_size.
Parameters:
this |
A Actor |
geometry |
A Geometry |