Piccolo.NET

PNode.RotateBy Method (Single)

Rotates this node by theta (in degrees) about the 0,0 point.

public virtual void RotateBy(
   float theta
);

Parameters

theta
The rotation in degrees.

Remarks

This will affect this node and all its descendents.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace | PNode.RotateBy Overload List