Skip to content
mohayonao edited this page Aug 11, 2014 · 1 revision

paste

Syntax

canvas.paste(cnv, x, y);

Parameters

  • cnv: Canvas
  • x: int
    • x-coordinate of the point
  • y: int
    • y-coordinate of the point

Returns

Canvas: self for method chaining

Related

Clone this wiki locally