Search
Graphics.drawImage Method
See Also
 






Draws an image.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function drawImage (image, rect, align)

 Parameters

image

The image to draw.

rect

The bounds of the image.

align

The align to use.

 See Also