Piccolo.NET

PNode Fields

The fields of the PNode class are listed below. For a complete list of PNode class members, see the PNode Members topic.

Public Static Fields

clickEventKey The key that identifies a Click event. PNode.Click
doubleClickEventKey The key that identifies a DoubleClick event. PNode.DoubleClick
dragDropEventKey The key that identifies a DragDrop event. PNode.DragDrop
dragEnterEventKey The key that identifies a DragEnter event. PNode.DragEnter
dragLeaveEventKey The key that identifies a DragLeave event. PNode.DragLeave
dragOverEventKey The key that identifies a DragOver event. PNode.DragOver
gotFocusEventKey The key that identifies a GotFocus event. PNode.GotFocus
keyDownEventKey The key that identifies a KeyDown event. PNode.KeyDown
keyPressEventKey The key that identifies a KeyPress event. PNode.KeyPress
keyUpEventKey The key that identifies a KeyUp event. PNode.KeyUp
lostFocusEventKey The key that identifies a LostFocus event. PNode.LostFocus
mouseDownEventKey The key that identifies a MouseDown event. PNode.MouseDown
mouseDragEventKey The key that identifies a MouseDrag event. PNode.MouseDrag
mouseEnterEventKey The key that identifies a MouseEnter event. PNode.MouseEnter
mouseLeaveEventKey The key that identifies a MouseLeave event. PNode.MouseLeave
mouseMoveEventKey The key that identifies a MouseMove event. PNode.MouseMove
mouseUpEventKey The key that identifies a MouseUp event. PNode.MouseUp
mouseWheelEventKey The key that identifies a MouseWheel event. PNode.MouseWheel

Protected Static Fields

boundsEventKey The key that identifies a change in this node's bounds.
fullBoundsEventKey The key that identifies a change in this node's full bounds.
tagEventKey The key that identifies a change in this node's tag.
transformEventKey The key that identifies a change in this node's matrix

Protected Instance Fields

bounds The bounds of this node, stored in local coordinates.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace