2 implementations of StepX
Microsoft.Maui.Graphics (2)
AbstractPattern.cs (1)
7 public float StepX { get; }
PaintPattern.cs (1)
10 public float StepX => Wrapped?.StepX ?? 0;
3 references to StepX
Microsoft.Maui.Graphics (1)
PaintPattern.cs (1)
10 public float StepX => Wrapped?.StepX ?? 0;
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (2)
452 (pattern.Width - pattern.StepX) / 2, 454 pattern.StepX,