1 write to Paint
Microsoft.Maui.Graphics (1)
PatternPaint.cs (1)
17
_pattern = new PaintPattern(_pattern) {
Paint
= this };
6 references to Paint
Microsoft.Maui.Graphics (6)
PaintPattern.cs (6)
20
if (
Paint
!= null)
22
if (
Paint
.BackgroundColor != null &&
Paint
.BackgroundColor.Alpha > 1)
24
canvas.FillColor =
Paint
.BackgroundColor;
28
canvas.StrokeColor =
Paint
.ForegroundColor;
29
canvas.FillColor =
Paint
.ForegroundColor;