Trying out the new rounded rect

This commit is contained in:
Matthew Leibowitz 2016-04-19 03:28:51 +02:00
Родитель 1a4714bcce
Коммит 8880a778f1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -262,7 +262,7 @@ namespace SkiaSharp
// draw
paint.Color = XamGreen;
canvas.DrawRect (rotatedRect, paint);
canvas.DrawRoundRect (rotatedRect, 10, 10, paint);
// undo transform / restore
canvas.Restore();