User`s guide

mlreportgen.dom.ImageArea class
12-177
The radius, in pixels.
Data Types: uint16
polygonCoordinates — Coordinates of polygonal image area
array
Specify an array of x and y coordinate pairs, with coordinates for each corner of the
polygon, in the form [x1, y1, x2, y2, ... xN, yN]. Specify the coordinates to
reflect the corners of the polygon, in sequence.
Specify each coordinate relative to the top-left corner of the image, in pixels.
Output Arguments
imageAreaObj — Image area hyperlink
mlreportgen.dom.ImageArea object
Image area hyperlink, represented by an mlreportgen.dom.ImageArea object.
Properties
Target — Image area target
string
String that specifies either of these values:
URL of the page to be loaded when this image area is clicked
Name of a link target
AlternateText — Text to display if image is not visible
string
Text to display if the image is not visible, specified as a string.
Shape — Shape of image area
string
(Read-only) Possible values are:
'rect' — rectangular image area