drawCanvas function

Image drawCanvas(
  1. int x,
  2. int y
)

draw canvas

Implementation

Image drawCanvas(int x, int y) => Image(x, y);