Canvas.fill

Fill the rectangle with the specified paint.

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

Meta