gsk.stroke_node

Module for [StrokeNode] class

Types 1

classStrokeNode : gsk.render_node.RenderNode

A render node that will fill the area determined by stroking the the given [gsk.path.Path] using the [gsk.stroke.Stroke] attributes.

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.path.Path getPath()Retrieves the path that will be stroked with the contents of the node. Returns: a #GskPath
gsk.stroke.Stroke getStroke()Retrieves the stroke attributes used in this node. Returns: a #GskStroke
Constructors
this(void * ptr, Flag!"Take" take)
this(gsk.render_node.RenderNode child, gsk.path.Path path, gsk.stroke.Stroke stroke)Creates a #GskRenderNode that will fill the outline generated by stroking the given path using the attributes defined in stroke.