[ Version ( since = "1.14" ) ]
public static bool set_property (Object object, int last_prop_id, uint property_id, Value value)
This helper shall be used by classes implementing the Overlay interface that want the render rectangle to be controllable using properties.
This helper will parse and set the render rectangle calling try_set_render_rectangle.
| object |
The instance on which the property is set |
| last_prop_id |
The highest property ID. |
| property_id |
The property ID |
| value |
The Value to be set |
|
true if the |