IRenderingContext2D.drawImage

Draws an image at the given position, with the given width and height. Both width and height must be provided.

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

Meta