Piccolo.NET

PNode.Pick Method 

Try to pick this node before its children have had a chance to be picked.

protected virtual bool Pick(
   PPickPath pickPath
);

Parameters

pickPath
The pick path used for the pick operation.

Return Value

True if this node was picked; else false.

Remarks

Nodes that paint on top of their children may want to override this method to see if the pick path intersects that paint.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility