Rotates this node by theta (in degrees) about the 0,0 point.
Rotates this node by theta (in degrees) about the 0,0 point.
public virtual void RotateBy(float);
Rotates this node by theta (in degrees) about the given point.
public virtual void RotateBy(float,PointF);
Rotates this node by theta (in degrees) about the given point.
public virtual void RotateBy(float,float,float);
PNode Class | UMD.HCIL.Piccolo Namespace