IRenderingContext2D.drawImage

Draws an image at the given position.

  1. void drawImage(Image image, float x, float y)
    interface IRenderingContext2D
    void
    drawImage
    (
    Image image
    ,
    float x
    ,
    float y
    )
  2. void drawImage(Image image, float x, float y, float width, float height)

Meta