Piccolo.NET

PStickyHandleManager.SetBounds Method 

Overridden. Sets the bounds of the target node.

public override bool SetBounds(
   float x,
   float y,
   float width,
   float height
);

Parameters

x
The new x coordinate of the bounds.
y
The new y coordinate of the bounds.
width
The new width of the bounds.
height
The new height of the bounds.

Return Value

True if the bounds have changed; otherwise, false.

Remarks

These bounds are stored in the local coordinate system of the target node.

See Also

PStickyHandleManager Class | UMD.HCIL.PiccoloX.Handles Namespace