Piccolo.NET

PNode.RotateBy Method (Single, PointF)

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

public virtual void RotateBy(
   float theta,
   PointF point
);

Parameters

theta
The amount to rotate by in degrees.
point
The point to rotate about.

Remarks

This will affect this node and all its descendents.

See Also

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


Web Accessibility