Initializes the given `GskRoundedRect` with the given values.
This function will implicitly normalize the `GskRoundedRect` before returning.
this |
The `GskRoundedRect` to initialize |
bounds |
a `graphene_rect_t` describing the bounds |
top_left |
the rounding radius of the top left corner |
top_right |
the rounding radius of the top right corner |
bottom_right |
the rounding radius of the bottom right corner |
bottom_left |
the rounding radius of the bottom left corner |
the initialized rectangle |