Method
GskPathget_tight_bounds
unstable since: 4.22
Declaration [src]
gboolean
gsk_path_get_tight_bounds (
GskPath* self,
graphene_rect_t* bounds
)
Description [src]
Computes the tight bounds of the given path.
This function works harder than gsk_path_get_bounds() to
produce the smallest possible bounds.
Available since: 4.22
Parameters
bounds-
Type:
graphene_rect_tReturn location for the bounds.
The argument will be set by the function. The returned data is owned by the instance.