2 references to CreateRotationRadians
Microsoft.Maui.Controls (2)
Shapes\Matrix.cs (2)
95
this *=
CreateRotationRadians
(angle * (Math.PI / 180.0));
102
this =
CreateRotationRadians
(angle * (Math.PI / 180.0)) * this;