1 write to Wrapped
Microsoft.Maui.Graphics (1)
PaintPattern.cs (1)
15
Wrapped
= pattern;
5 references to Wrapped
Microsoft.Maui.Graphics (5)
PaintPattern.cs (5)
8
public float Width =>
Wrapped
?.Width ?? 0;
9
public float Height =>
Wrapped
?.Height ?? 0;
10
public float StepX =>
Wrapped
?.StepX ?? 0;
11
public float StepY =>
Wrapped
?.StepY ?? 0;
37
Wrapped
.Draw(canvas);