Rotates the content by the specified angle around a center point.
public void RotateAt(double degrees, Point center, bool animate = true)
The rotation angle in degrees.
The center point for rotation in content coordinates.
Whether to animate the rotation.