2 references to ScaleY
Microsoft.Maui.Graphics.Skia (2)
SkiaCanvas.cs (2)
773 _canvas.Translate(tx * CurrentState.ScaleX, ty * CurrentState.ScaleY); 812 var scaleY = CurrentState.ScaleY < 0 ? -1 : 1;