mapscore
1.4.1.191
mapscore
/
io.openmobilemaps.mapscore.shared.graphics.common
/
RectD
Rect
D
data
class
RectD
(
var
x
:
Double
,
var
y
:
Double
,
var
width
:
Double
,
var
height
:
Double
)
Content copied to clipboard
Constructors
Properties
Constructors
Rect
D
Link copied to clipboard
fun
RectD
(
x
:
Double
,
y
:
Double
,
width
:
Double
,
height
:
Double
)
Content copied to clipboard
Properties
height
Link copied to clipboard
var
height
:
Double
Content copied to clipboard
width
Link copied to clipboard
var
width
:
Double
Content copied to clipboard
x
Link copied to clipboard
var
x
:
Double
Content copied to clipboard
y
Link copied to clipboard
var
y
:
Double
Content copied to clipboard