Piccolo.NET

PSelectionEventHandler.BoundsFilter.Accept Method 

Returns true if the node's bounds intersects the bounds specified by the BoundsFilter.

public virtual bool Accept(
   PNode node
);

Parameters

node
The node to test.

Return Value

True if the node is accepted; otherwise, false.

Implements

PNodeFilter.Accept

Remarks

For a node to be accepted, it must also satisfy the following conditions: it must be pickable, it must not be the marquee node, it must not be a selectable parent, and the it must not be a layer that is viewed by a camera that is a selectable parent

See Also

PSelectionEventHandler.BoundsFilter Class | UMD.HCIL.PiccoloX.Events Namespace