MatrixCreateRotation(Double, Point) Method
Creates a rotation matrix using the given rotation in radians around center point.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Matrix CreateRotation(
double radians,
Point center
)
Public Shared Function CreateRotation (
radians As Double,
center As Point
) As Matrix
static member CreateRotation :
radians : float *
center : Point -> Matrix
- radians Double
- The amount of rotation, in radians.
- center Point
- The location of center point.
Matrix