Animate this node's matrix to one that will make this node appear at the specified position relative to the specified bounding box.
For example, If you have two nodes, A and B, and you call
PointF srcPt = new PointF(1.0f, 0.0f); PointF destPt = new PointF(0.0f, 0.0f); A.Position(srcPt, destPt, B.GlobalBounds, 750);The result is that A will move so that its upper-right corner is at the same place as the upper-left corner of B, and the transition will be smoothly animated over a period of 750 milliseconds.
PNode Class | UMD.HCIL.Piccolo Namespace