4 references to Translate
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (4)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
809 imageSession.Transform = CurrentState.Matrix.Translate(CurrentState.ShadowOffset.X, CurrentState.ShadowOffset.Y);
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (3)
450 Matrix = Matrix.Translate(tx, ty); 476 Matrix = Matrix.Translate(x, y); 478 Matrix = Matrix.Translate(-x, -y);