copyRectangle method
Implementation
PCanvasPixels? copyRectangle(PRectangle r) =>
copyRect(r.x.toInt(), r.y.toInt(), r.width.toInt(), r.height.toInt());
PCanvasPixels? copyRectangle(PRectangle r) =>
copyRect(r.x.toInt(), r.y.toInt(), r.width.toInt(), r.height.toInt());