RotateAt(Double, Point, Boolean) Method

Definition

Assembly PanAndZoom.dll

Rotates the content by the specified angle around a center point.

public void RotateAt(double degrees, Point center, bool animate = true)

Parameters

degrees
Double

The rotation angle in degrees.

center
Avalonia.Point

The center point for rotation in content coordinates.

animate
Boolean

Whether to animate the rotation.