Piccolo.NET

PNode.CenterFullBoundsOnPoint Method 

Adjust the full bounds of this node so that they are centered on the given point specified in the local coordinates of this node's parent.

public virtual void CenterFullBoundsOnPoint(
   float x,
   float y
);

Parameters

x
The x coordinate of the point on which to center the bounds, in parent coordinates.
y
The y coordinate of the point on which to center the bounds, in parent coordinates.

Remarks

Note that this meathod will modify the node's matrix, while CenterBoundsOnPoint will modify the node's bounds.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility