Piccolo.NET

PSelectionEventHandler.InternalSelect Method 

Selects the given node, if it is not already selected.

protected virtual bool InternalSelect(
   PNode node
);

Parameters

node
The node to select.

Return Value

True if the node was selected; otherwise, false.

Remarks

The node will be decorated with handles if it is selected.

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace