3 references to CreateRotationRadians
WindowsBase (3)
Base\System\Windows\Media\Matrix.cs (3)
203
this *=
CreateRotationRadians
(angle * (Math.PI/180.0), centerX, centerY);
215
this =
CreateRotationRadians
(angle * (Math.PI/180.0), centerX, centerY) * this;
775
return
CreateRotationRadians
(angle, /* centerX = */ 0, /* centerY = */ 0);