AddActivity (inherited from PNode) | Schedule the given activity with the root. |
AddChild (inherited from PNode) | Overloaded. Add a node to be a new child of this node at the specified index. |
AddChildren (inherited from PNode) | Overloaded. Add a collection of nodes to be children of this node. |
AddInputEventListener (inherited from PNode) | Adds the specified input event listener to receive input events from this node. |
AddLayer | Overloaded. Add the layer at the given index in this camera's list of layers. Layers may be viewed by multiple cameras at once. |
AnimateMatrixToBounds (inherited from PNode) | Animate this node from it's current matrix when the activity starts a new matrix that will fit the node into the given bounds. |
AnimateToBounds (inherited from PNode) | Animate this node's bounds from their current location when the activity starts to the specified bounds. |
AnimateToColor (inherited from PNode) | Animate this node's color from its current value to the new value specified. |
AnimateToMatrix (inherited from PNode) | Animate this node's matrix from its current values when the activity starts to the new values specified in the given matrix. |
AnimateToPositionScaleRotation (inherited from PNode) | Animate this node's matrix from its current location when the activity starts to the specified location, scale, and rotation. |
AnimateViewToCenterBounds | Animate the camera's view from its current matrix when the activity starts to a new matrix that centers the given bounds in the camera layers' coordinate system into the camera's view bounds. |
AnimateViewToMatrix | Animate the camera's view matrix from its current value when the activity starts to the new destination matrix value. |
AnimateViewToPanToBounds | Pan the camera's view from its current matrix when the activity starts to a new matrix so that the view bounds will contain (if possible, intersect if not possible) the new bounds in the camera layers' coordinate system. |
ApplyViewConstraints | Applies a previously set constraint to the camera's view matrix. |
CenterBoundsOnPoint (inherited from PNode) | Adjust the bounds of this node so that they are centered on the given point specified in the local coordinate system of this node. |
CenterFullBoundsOnPoint (inherited from PNode) | Adjust the full bounds of this node so that they are centered on the given point specified in the local coordinates of this node's parent. |
Clone (inherited from PNode) | The copy method copies this node and all of its descendents. |
ComputeFullBounds (inherited from PNode) | Compute and return the full bounds of this node. |
EndResizeBounds (inherited from PNode) | Notify this node that you have finished a resize bounds sequence. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FindIntersectingNodes (inherited from PNode) | Checks this node and it's descendents for intersection with the given bounds and adds any intersecting nodes to the given list. |
FullIntersects (inherited from PNode) | Return true if the full bounds of this node intersect with the specified bounds. |
FullPaint | Overridden. Push the camera onto the paintContext, so that it can later be accessed by PPaintContext.Camera, and then paint this node and all of it's descendents. |
FullPick (inherited from PNode) | Try to pick this node and all of its descendents. |
GetAllNodes (inherited from PNode) | Gets a list containing the subset of this node and all of its descendent nodes that are accepted by the given node filter. |
GetChild (inherited from PNode) | Return the child node at the specified index. |
GetEnumerator (inherited from PNode) | Return an enumerator for this node’s direct descendent children. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLayer | Return the layer at the specified index. |
GetObjectData | Overridden. Write this camera and all its children to the given SerializationInfo. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GlobalToLocal (inherited from PNode) | Overloaded. Transform the given rectangle from global coordinates to this node's local coordinate system. |
IndexOfChild (inherited from PNode) | Return the index where the given child is stored. |
IndexOfLayer | Return the index where the given layer is stored. |
Intersects (inherited from PNode) | Return true if this node intersects the given rectangle specified in local bounds. |
InvalidateFullBounds (inherited from PNode) | Invalidates the full bounds of this node, and sets the child bounds invalid flag on each of this node's ancestors. |
InvalidateLayout (inherited from PNode) | Invalidate this node's layout, so that later LayoutChildren will get called. |
InvalidatePaint (inherited from PNode) | Invalidate this node's paint, and mark all of its ancestors as having a node with invalid paint. |
IsAncestorOf (inherited from PNode) | Return true if this node is an ancestor of the parameter node. |
IsDescendentOf (inherited from PNode) | Return true if this node is a descendent of the parameter node. |
IsDescendentOfRoot (inherited from PNode) | Return true if this node is a descendent of the Root. |
IsOpaque (inherited from PNode) | |
LayoutChildren (inherited from PNode) | Nodes that apply layout constraints to their children should override this method and do the layout there. |
LocalToGlobal (inherited from PNode) | Overloaded. Transform the given rectangle from this node's local coordinate system to the global coordinate system. |
LocalToParent (inherited from PNode) | Overloaded. Transform the given rectangle from this node's local coordinate system to its parent's local coordinate system. |
LocalToView | Overloaded. Transform the rectangle from the camera's local coordinate system to the camera's view coordinate system. |
MoveInBackOf (inherited from PNode) | Change the order of this node in its parent's children list so that it will draw before the given sibling node. |
MoveInFrontOf (inherited from PNode) | Change the order of this node in its parent's children list so that it will draw after the given sibling node. |
MoveToBack (inherited from PNode) | Change the order of this node in its parent's children list so that it will draw in back of all of its other sibling nodes. |
MoveToFront (inherited from PNode) | Change the order of this node in its parent's children list so that it will draw in front of all of its other sibling nodes. |
OffsetBy (inherited from PNode) | Offset this node relative to the parent's coordinate system. This is NOT affected by this node's current scale or rotation. |
OnClick (inherited from PNode) | Raises the Click event. |
OnDoubleClick (inherited from PNode) | Raises the DoubleClick event. |
OnDragDrop (inherited from PNode) | Raises the DragDrop event. |
OnDragEnter (inherited from PNode) | Raises the DragEnter event. |
OnDragLeave (inherited from PNode) | Raises the DragLeave event. |
OnDragOver (inherited from PNode) | Raises the DragOver event. |
OnGotFocus (inherited from PNode) | Raises the GotFocus event. |
OnKeyDown (inherited from PNode) | Raises the KeyDown event. |
OnKeyPress (inherited from PNode) | Raises the KeyPress event. |
OnKeyUp (inherited from PNode) | Raises the KeyUp event. |
OnLostFocus (inherited from PNode) | Raises the LostFocus event. |
OnMouseDown (inherited from PNode) | Raises the MouseDown event. |
OnMouseDrag (inherited from PNode) | Raises the MouseDrag event. |
OnMouseEnter (inherited from PNode) | Raises the MouseEnter event. |
OnMouseLeave (inherited from PNode) | Raises the MouseLeave event. |
OnMouseMove (inherited from PNode) | Raises the MouseMove event. |
OnMouseUp (inherited from PNode) | Raises the MouseUp event. |
OnMouseWheel (inherited from PNode) | Raises the MouseWheel event. |
ParentBoundsChanged (inherited from PNode) | A notification that the bounds of this node's parent have changed. |
ParentToLocal (inherited from PNode) | Overloaded. Transform the given rectangle from this node's parent's local coordinate system to the local coordinate system of this node. |
Pick | Overloaded. Generate and return a PPickPath for the point x,y specified in the local coordinate system of this camera. |
Position (inherited from PNode) | Animate this node's matrix to one that will make this node appear at the specified position relative to the specified bounding box. |
Print (inherited from PNode) | Constructs a new PrintDocument, allows the user to select which printer to print to, and then prints the node. |
RemoveAllChildren (inherited from PNode) | Remove all the children from this node. |
RemoveChild (inherited from PNode) | Overloaded. Remove the child at the specified position from this node's children. |
RemoveChildren (inherited from PNode) | Overloaded. Remove all the children in the given collection from this node’s list of children. |
RemoveFromParent (inherited from PNode) | Delete this node by removing it from its parent’s list of children. |
RemoveInputEventListener (inherited from PNode) | Removes the specified input event listener so that it no longer receives input events from this node. |
RemoveLayer | Overloaded. Remove the layer at the given index from the list of layers managed by this camera. |
Repaint (inherited from PNode) | Mark the area on the screen represented by this node's full bounds as needing a repaint. |
RepaintFrom | Overridden. Repaint this camera, and forward the repaint request to the camera's canvas if it is not null. |
RepaintFromLayer | Repaint from one of the camera's layers. |
Reparent (inherited from PNode) | Set the parent of this node, and transform the node in such a way that it doesn't move in global coordinates. |
ReplaceWith (inherited from PNode) | Swaps this node out of the scene graph tree, and replaces it with the specified replacement node. |
ResetBounds (inherited from PNode) | Set the bounds of this node back to an empty rectangle. |
RotateBy (inherited from PNode) | Overloaded. Rotates this node by theta (in degrees) about the given point. |
RotateInPlace (inherited from PNode) | Rotates this node by theta (in degrees), and then translates the node so that the x, y position of its fullBounds stays constant. |
ScaleBy (inherited from PNode) | Overloaded. Scale this node's matrix by the given amount about the specified point. |
ScaleViewBy | Overloaded. Scale the view transform that is applied to the layers viewed by this camera by the given amount about the given point. |
SetBounds (inherited from PNode) | Set the bounds of this node to the given values. |
SetOffset (inherited from PNode) | Sets the offset applied to this node by it's matrix. |
SetViewOffset | Sets the offset of the view matrix that is applied to the camera's layers. |
SignalBoundsChanged (inherited from PNode) | This method should be called when the bounds of this node are changed. |
StartResizeBounds (inherited from PNode) | Notify this node that you will begin to repeatedly call SetBounds . |
ToImage (inherited from PNode) | Overloaded. Paint a representation of this node into the specified image. If backgroundBrush is null, then the image will not be filled with a color prior to rendering. |
ToPickPath (inherited from PNode) | Overloaded. Creates a pick path with the given Camera and pickbounds and adds this node. |
ToString (inherited from PNode) | Returns a string representation of this object for debugging purposes. |
TransformBy (inherited from PNode) | Transform this node's matrix by the given matrix. |
TranslateBy (inherited from PNode) | Translate this node's matrix by the given amount, using the standard matrix Translate method. |
TranslateViewBy | Translate the view matrix that is applied to the camera's layers. |
ValidateFullPaint (inherited from PNode) | Repaint this node and any of its descendents if they have invalid paint. |
ViewToLocal | Overloaded. Transform the rectangle from the camera's view coordinate system to the camera's local coordinate system. |