Piccolo.NET

PNode.InternalUpdateBounds Method 

Gives nodes a chance to update their internal structure before bounds changed notifications are sent. When this message is received, the node's bounds field will contain the new value.

protected virtual void InternalUpdateBounds(
   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.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility