Trying out the new rounded rect
This commit is contained in:
Родитель
1a4714bcce
Коммит
8880a778f1
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче