5 references to FillPaintWithAlpha
Microsoft.Maui.Graphics.Skia (5)
SkiaCanvas.cs (5)
470 _canvas.DrawPath(platformPath, CurrentState.FillPaintWithAlpha); 508 _canvas.DrawRect(rectX, rectY, rectWidth, rectHeight, CurrentState.FillPaintWithAlpha); 544 _canvas.DrawRoundRect(rect, radius, radius, CurrentState.FillPaintWithAlpha); 578 _canvas.DrawOval(rect, CurrentState.FillPaintWithAlpha); 612 _canvas.DrawPath(platformPath, CurrentState.FillPaintWithAlpha);