SKCanvas.DrawRoundRect

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void DrawRoundRect(SKRoundRect rect, SKPaint paint)
  2. void DrawRoundRect(float x, float y, float w, float h, float rx, float ry, SKPaint paint)
    class SKCanvas
    void
    DrawRoundRect
    (
    float x
    ,
    float y
    ,
    float w
    ,
    float h
    ,
    float rx
    ,
    float ry
    ,)
  3. void DrawRoundRect(SKRect rect, float rx, float ry, SKPaint paint)
  4. void DrawRoundRect(SKRect rect, SKSize r, SKPaint paint)

Meta