mxImage

Encapsulates the URL, width and height of an image.

Summary
mxImageEncapsulates the URL, width and height of an image.
Functions
mxImageConstructs a new image.
Variables
srcString that specifies the URL of the image.
widthInteger that specifies the width of the image.
heightInteger that specifies the height of the image.

Functions

mxImage

function mxImage(src,
width,
height)

Constructs a new image.

Variables

src

mxImage.prototype.src

String that specifies the URL of the image.

width

mxImage.prototype.width

Integer that specifies the width of the image.

height

mxImage.prototype.height

Integer that specifies the height of the image.

function mxImage(src,
width,
height)
Constructs a new image.
mxImage.prototype.src
String that specifies the URL of the image.
mxImage.prototype.width
Integer that specifies the width of the image.
mxImage.prototype.height
Integer that specifies the height of the image.
Close