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

StartResizeBounds() public method

Notify this node that you will begin to repeatedly call SetBounds.
After a call to StartResizeBounds, EndResizeBounds should eventually be called to notify the node of the end of the sequence of SetBounds calls.
public StartResizeBounds ( ) : void
return void
		public virtual void StartResizeBounds() {
		}