mediaAreaCoordinates

Coordinates and size of a clicable rectangular area on top of a story.

mediaAreaCoordinates#3d1ea4e x:double y:double w:double h:double rotation:double = MediaAreaCoordinates;

Parameters

Name Type Description
flags # Flags, see TL conditional fields
x double The abscissa of the rectangle's center, as a percentage of the media width (0-100).
y double The ordinate of the rectangle's center, as a percentage of the media height (0-100).
w double The width of the rectangle, as a percentage of the media width (0-100).
h double The height of the rectangle, as a percentage of the media height (0-100).
rotation double Clockwise rotation angle of the rectangle, in degrees (0-360).
radius flags.0?double The radius of the rectangle corner rounding, as a percentage of the media width.

Type

MediaAreaCoordinates