Draws an image.
Namespace: MindFusion.Drawing
File: Graphics.js
SyntaxJavaScript
Copy Code
|
|---|
function drawImage (image, rect, align) |
Type: HTMLImageElement
The image to draw.
Type: Rect
The bounds of the image.
Type: ImageAlign
The align to use.
See Also