Piccolo.NET

PNode.RotateBy Method (Single, Single, Single)

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

public virtual void RotateBy(
   float theta,
   float x,
   float y
);

Parameters

theta
The amount to rotate by in degrees
x
The x-coordinate of the point to rotate about.
y
The y-coordinate of the point to rotate about.

See Also

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