Method
GskPathBuilderadd_rounded_rect
since: 4.14
Declaration [src]
void
gsk_path_builder_add_rounded_rect (
  GskPathBuilder* self,
  const GskRoundedRect* rect
)
Description [src]
Adds a rounded rectangle as a new contour.
The path is going around the rectangle in clockwise direction.
Available since: 4.14
Parameters
- rect
- 
            Type: GskRoundedRectThe rounded rect. The data is owned by the caller of the method.