Esempio n. 1
0
 private void SetFillStyle()
 {
     _skiaPaint.Style = SKPaintStyle.Fill;
     _skiaPaint.Color = FillColor.ToSkiaColor();
 }