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

ResetBounds() public method

Set the bounds of this node back to an empty rectangle.
public ResetBounds ( ) : void
return void
		public virtual void ResetBounds() {
			SetBounds(0, 0, 0, 0);
		}