Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • mxImage

Index

Constructors

Properties

Constructors

constructor

  • new mxImage(src: string, width: number, height: number): mxImage

Properties

height

height: number

Variable: height

Integer that specifies the height of the image.

src

src: string

Variable: src

String that specifies the URL of the image.

width

width: number

Variable: width

Integer that specifies the width of the image.

Generated using TypeDoc