# DimensionWithAbsolutes

An extension of Dimension where Android returns additional absolute X/Y values/properties for rect

Availability
0.8
0.8
9.2.0
Extends

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# absoluteX

Availability
0.8
absoluteX :Number

The x-axis coordinate of the position relative to the main window.


# absoluteY

Availability
0.8
absoluteY :Number

The y-axis coordinate of the position relative to the main window.


# height

Availability
0.8
0.8
9.2.0
height :Number

The height measurement.


# width

Availability
0.8
0.8
9.2.0
width :Number

The width measurement.


# x

Availability
2.0.0
2.0.0
9.2.0
x :Number

The x-axis coordinate of the position. When returned by rect the position is relative to it's parent.


# y

Availability
2.0.0
2.0.0
9.2.0
y :Number

The y-axis coordinate of the position. When returned by rect the position is relative to it's parent.