Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. var arcTo45Color = new SKPaint
  2. {
  3. Color = Color.Red.ToSKColor(),
  4. StrokeWidth = 5,
  5. Style = SKPaintStyle.Stroke,
  6. IsAntialias = true
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement