Surface.fill

Fills the ellipse bounded by the given box between the given angles in radians with the given color Fills the ellipse between the arc endpoints: fills ellipse as arc rather than filling as ellipse (not a pizza slice) More points generally means a slower but more well drawn ellipse

  1. void fill(iRectangle destination, Color color)
  2. void fill(iRectangle bounds, double startAngle, double endAngle)
  3. void fill(iRectangle bounds, double startAngle, double endAngle, Color color)
    class Surface
    void
    fill
    (
    uint numPoints = 100
    )
    (
    iRectangle bounds
    ,
    double startAngle
    ,
    double endAngle
    ,
    Color color
    )
  4. void fill(iPolygon!sides toDraw, Color color)

Meta