1 write to StrokePaint
Microsoft.Maui.Graphics.Skia (1)
SkiaCanvasStateService.cs (1)
19 StrokePaint = _defaultStrokePaint.CreateCopy(),
16 references to StrokePaint
Microsoft.Maui.Graphics.Skia (16)
SkiaCanvasState.cs (16)
43 _strokePaint = prototype.StrokePaint.CreateCopy(); 96 StrokePaint.StrokeCap = SKStrokeCap.Butt; 98 StrokePaint.StrokeCap = SKStrokeCap.Round; 100 StrokePaint.StrokeCap = SKStrokeCap.Square; 109 StrokePaint.StrokeJoin = SKStrokeJoin.Miter; 111 StrokePaint.StrokeJoin = SKStrokeJoin.Round; 113 StrokePaint.StrokeJoin = SKStrokeJoin.Bevel; 119 set => StrokePaint.StrokeMiter = value; 126 StrokePaint.PathEffect = null; 137 StrokePaint.PathEffect = SKPathEffect.CreateDash(scaledPattern, 0); 141 StrokePaint.PathEffect = SKPathEffect.CreateDash(pattern, 0); 148 set => StrokePaint.IsAntialias = value; 195 set => StrokePaint.StrokeWidth = value * _scaleX; 293 var paint = StrokePaint; 368 StrokePaint.ImageFilter = _shadowFilter; 425 StrokePaint.StrokeWidth = StrokeSize * _scaleX;