Class
GskFillNode
since: 4.14
[−]
Description [src]
final class Gsk.FillNode : GObject.TypeInstance
{
/* No available fields */
}
A render node filling the area given by GskPath
and GskFillRule
with the child node.
Available since: 4.14
[−]
Constructors
gsk_fill_node_new
Creates a GskRenderNode
that will fill the child
in the area
given by path
and fill_rule
.
since: 4.14
[−]
Instance methods
gsk_fill_node_get_fill_rule
Retrieves the fill rule used to determine how the path is filled.
since: 4.14
gsk_fill_node_get_path
Retrieves the path used to describe the area filled with the contents of
the node
.
since: 4.14
[+]