Canvas.fill

Fill the rectangle with the specified paint.

  1. void fill(T paint)
  2. void fill(T paint, IRect rect)
    class Canvas
    void
    fill
    (
    T
    )
  3. void fill(T paint, int x0, int y0, int x1, int y1)

Meta