toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
MarginInt
Margin
Int
data
class
MarginInt
(
val
top
:
Int
,
val
right
:
Int
,
val
bottom
:
Int
,
val
left
:
Int
)
A
top
,
right
,
bottom
,
left
pack with Int)
Members
Constructors
Margin
Int
Link copied to clipboard
constructor
(
top
:
Short
,
right
:
Short
,
bottom
:
Short
,
left
:
Short
)
constructor
(
vertical
:
Int
,
horizontal
:
Int
)
constructor
(
margin
:
Int
)
constructor
(
top
:
Int
,
right
:
Int
,
bottom
:
Int
,
left
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
horizontal
Link copied to clipboard
val
horizontal
:
Int
is
Not
Zero
Link copied to clipboard
val
isNotZero
:
Boolean
left
Link copied to clipboard
val
left
:
Int
left
Plus
Right
Link copied to clipboard
val
leftPlusRight
:
Int
right
Link copied to clipboard
val
right
:
Int
top
Link copied to clipboard
val
top
:
Int
top
Plus
Bottom
Link copied to clipboard
val
topPlusBottom
:
Int
vertical
Link copied to clipboard
val
vertical
:
Int
Functions
minus
Link copied to clipboard
operator
fun
minus
(
other
:
MarginInt
)
:
MarginInt
plus
Link copied to clipboard
operator
fun
plus
(
other
:
MarginInt
)
:
MarginInt
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String