- Preparing search index...
- The search index is not available
desktopJS
Constructors
constructor
- new Rectangle(x: number, y: number, width: number, height: number): Rectangle
-
Parameters
-
x: number
-
y: number
-
width: number
-
height: number
Properties
Readonly
height
height: number
Readonly
width
width: number
Accessors
bottom
- get bottom(): number
-
Returns number
right
- get right(): number
-
Returns number
Methods
Static
getBottom
- getBottom(r: Rectangle): number
-
Returns number
Static
getRight
- getRight(r: Rectangle): number
-
Returns number
Represents the bounds of a rectangle