ClipNode
Description:
[ CCode ( has_construct_function = false ,  type = "GskRenderNode*" ) ]
public ClipNode (RenderNode child, Rect clip)
  public ClipNode (RenderNode child, Rect 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`  |