Class: Toybox.Graphics.BoundingBox

Overview

An object representing a bounding box in the UI

Since:

API Level 3.2.7

Instance Member Summary collapse

Instance Attribute Details

var height as Lang.Number or Null

Represents the height of the bounding box

Since:

API Level 3.2.7

var width as Lang.Number or Null

Represents the width of the bounding box

Since:

API Level 3.2.7

var x as Lang.Number or Null

Represents the x coordinate for the origin of the bounding box

Since:

API Level 3.2.7

var y as Lang.Number or Null

Represents the y coordinate for the origin of the bounding box

Since:

API Level 3.2.7


Generated Apr 17, 2024 9:40:37 AM