Piccolo.NET

PBoundsHandle.AddStickyBoundsHandlesTo Method 

Adds sticky bounds handles (with respect to the given camera) to the specified node.

public static void AddStickyBoundsHandlesTo(
   PNode aNode,
   PCamera camera
);

Parameters

aNode
The node to add sticky bounds handles to.
camera
The camera to stick the bounds handles to.

Remarks

Sticky bounds handles are not affected by the view transform of the camera. That is, they will remain a constant size as the view is zoomed in and out.

See Also

PBoundsHandle Class | UMD.HCIL.PiccoloX.Handles Namespace