FillNode.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(gsk.render_node.RenderNode child, gsk.path.Path path, gsk.types.FillRule fillRule) nothrow

Creates a gsk.render_node.RenderNode that will fill the child in the area given by path and fill_rule.

Parameters

childThe node to fill the area with
pathThe path describing the area to fill
fillRuleThe fill rule to use

Returns