RoundedClipNode
Description:
[ CCode ( has_construct_function = false , type = "GskRenderNode*" ) ]
public RoundedClipNode (RenderNode child, RoundedRect clip)
public RoundedClipNode (RenderNode child, RoundedRect clip)
Creates a `GskRenderNode` that will clip the child
to the area given by clip
.
Parameters:
child |
The node to draw |
clip |
The clip to apply |
Returns:
A new `GskRenderNode` |