MindFusion.Charting for JavaScript Programmer's Guide
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

Type: HTMLImageElement
The image to draw.

rect

Type: Rect
The bounds of the image.

align

Type: ImageAlign
The align to use.

 See Also

Graphics Members
Graphics Class
MindFusion.Drawing Namespace