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

PNode() public method

Constructs a new PNode.
public PNode ( ) : System
return System
		public PNode() {
			bounds = RectangleF.Empty;
			fullBoundsCache = RectangleF.Empty;
			pickable = true;
			childrenPickable = true;
			matrix = new PMatrix();
			handlers = new EventHandlerList();
			Visible = true;
		}
		#endregion

Same methods

PNode::PNode ( SerializationInfo info, StreamingContext context ) : System