StrokeNode
Description:
[ CCode ( has_construct_function = false , type = "GskRenderNode*" ) ]
public StrokeNode (RenderNode child, Path path, Stroke stroke)
public StrokeNode (RenderNode child, Path path, Stroke stroke)
Creates a RenderNode that will fill the outline generated by stroking the given
path
using the attributes defined in stroke
.
The area is filled with child
.
Parameters:
child |
The node to stroke the area with |
path |
The path describing the area to stroke |
stroke |
The stroke attributes to use |
Returns:
A new RenderNode |