drawImageScaled abstract method

void drawImageScaled(
  1. Element image,
  2. num dx,
  3. num dy,
  4. num dWidth,
  5. num dHeight,
)

Draws an image scaled to the given dimensions.

Implementation

void drawImageScaled(Element image, num dx, num dy, num dWidth, num dHeight);