MatrixCreateRotation(Double, Point) Method

Creates a rotation matrix using the given rotation in radians around center point.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Matrix CreateRotation(
	double radians,
	Point center
)

Parameters

radians  Double
The amount of rotation, in radians.
center  Point
The location of center point.

Return Value

Matrix

See Also