public /*interface Painter*/ void DrawRoundRect(SKRect rect, float padding, SKPaint paint) { CG.DrawRoundRect(canvas, rect, padding, paint); }