For the complete documentation index, see llms.txt. This page is also available as Markdown.

JSDimension

(dimension)

Overview

The JSDimension object represents a dimension in scripting, defined by its height and width properties. It is used to manage size-related attributes dynamically.

Properties Summarized

Type
Name
Summary

Get/Set height

Get/Set width.

Properties Detailed

height

Get/Set height

Type Number height

Sample

dimension.height

width

Get/Set width.

Type Number width

Sample


Last updated

Was this helpful?