FillNode
Description:
[ CCode ( has_construct_function = false , type = "GskRenderNode*" ) ]
public FillNode (RenderNode child, Path path, FillRule fill_rule)
public FillNode (RenderNode child, Path path, FillRule fill_rule)
Creates a `GskRenderNode` that will fill the child in the area given by path and fill_rule.
Parameters:
| child |
The node to fill the area with |
| path |
The path describing the area to fill |
| fill_rule |
The fill rule to use |
Returns:
|
A new `GskRenderNode` |