[ Version ( since = "4.14" ) ]
public void push_fill (Path path, FillRule fill_rule)
Fills the area given by path
and fill_rule
with an image and discards everything outside of it.
The image is recorded until the next call to [method@Gtk.Snapshot.pop].
If you want to fill the path with a color, [method@Gtk.Snapshot.append_fill] may be more convenient.
this |
a `GtkSnapshot` |
path |
The path describing the area to fill |
fill_rule |
The fill rule to use |