Class: Toybox.Graphics.BoundingBox
- Inherits:
-
Toybox.Lang.Object
Overview
An object representing a bounding box in the UI
Instance Member Summary collapse
-
height as Lang.Number or Null
Represents the height of the bounding box.
-
width as Lang.Number or Null
Represents the width of the bounding box.
-
x as Lang.Number or Null
Represents the x coordinate for the origin of the bounding box.
-
y as Lang.Number or Null
Represents the y coordinate for the origin of the bounding box.
Instance Attribute Details
var height as Lang.Number or Null
Represents the height of the bounding box
var width as Lang.Number or Null
Represents the width of the bounding box
var x as Lang.Number or Null
Represents the x coordinate for the origin of the bounding box
var y as Lang.Number or Null
Represents the y coordinate for the origin of the bounding box