drawImage abstract method
Draw an image
at (x
,y
) using the original dimension of the image
.
Implementation
void drawImage(PCanvasImage image, num x, num y);
Draw an image
at (x
,y
) using the original dimension of the image
.
void drawImage(PCanvasImage image, num x, num y);