UMD.HCIL.Piccolo.PNode.InternalUpdateBounds C# (CSharp) Method

InternalUpdateBounds() protected 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 InternalUpdateBounds ( float x, float y, float width, float height ) : void
x float The new x coordinate of the bounds.
y float The new y coordinate of the bounds.
width float The new width of the bounds.
height float The new height of the bounds.
return void
		protected virtual void InternalUpdateBounds(float x, float y, float width, float height) {
		}