glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.backend
/
ClipRegion
Clip
Region
data
class
ClipRegion
(
val
left
:
Int
,
val
bottom
:
Int
,
val
width
:
Int
,
val
height
:
Int
)
Members
Constructors
Clip
Region
Link copied to clipboard
constructor
(
left
:
Int
,
bottom
:
Int
,
width
:
Int
,
height
:
Int
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
height
Link copied to clipboard
val
height
:
Int
left
Link copied to clipboard
val
left
:
Int
right
Link copied to clipboard
val
right
:
Int
top
Link copied to clipboard
val
top
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
intersection
Link copied to clipboard
fun
intersection
(
other
:
ClipRegion
)
:
ClipRegion
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String