SKCanvas.DrawOval

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void DrawOval(float cx, float cy, float rx, float ry, SKPaint paint)
    class SKCanvas
    void
    DrawOval
    (
    float cx
    ,
    float cy
    ,
    float rx
    ,
    float ry
    ,)
  2. void DrawOval(SKPoint c, SKSize r, SKPaint paint)
  3. void DrawOval(SKRect rect, SKPaint paint)

Meta