FillNode.this

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

  1. this(void* ptr, Flag!"Take" take)
  2. this(gsk.render_node.RenderNode child, gsk.path.Path path, gsk.types.FillRule fillRule)

Parameters

child gsk.render_node.RenderNode

The node to fill the area with

path gsk.path.Path

The path describing the area to fill

fillRule gsk.types.FillRule

The fill rule to use

Return Value