2 implementations of StepY
Microsoft.Maui.Graphics (2)
AbstractPattern.cs (1)
8 public float StepY { get; }
PaintPattern.cs (1)
11 public float StepY => Wrapped?.StepY ?? 0;
3 references to StepY
Microsoft.Maui.Graphics (1)
PaintPattern.cs (1)
11 public float StepY => Wrapped?.StepY ?? 0;
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (2)
453 (pattern.Height - pattern.StepY) / 2, 455 pattern.StepY)