Piccolo.NET

PClip.FullPick Method 

Overridden. Only picks this node's children if the pick bounds intersects the clip.

public override bool FullPick(
   PPickPath pickPath
);

Parameters

pickPath
The pick path to add the node to if its picked.

Return Value

True if this node or one of its descendents was picked; else false.

See Also

PClip Class | UMD.HCIL.PiccoloX.Nodes Namespace