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