gsk.fill_node

Module for [FillNode] class

class FillNode

Types 1

A render node filling the area given by [gsk.path.Path] and [gsk.types.FillRule] with the child node.

Methods
gsk.render_node.RenderNode getChild()Gets the child node that is getting drawn by the given node. Returns: The child that is getting drawn
gsk.types.FillRule getFillRule()Retrieves the fill rule used to determine how the path is filled. Returns: a [gsk.types.FillRule]
gsk.path.Path getPath()Retrieves the path used to describe the area filled with the contents of the node. Returns: a [gsk.path.Path]
Constructors
this(void * ptr, Flag!"Take" take)
this(gsk.render_node.RenderNode child, gsk.path.Path path, gsk.types.FillRule fillRule)Creates a [gsk.rendernode.RenderNode] that will fill the child in the area given by path and fillrule.