colibrio-reader-framework
4.0.0-experimental-1
colibrio-reader-framework
/
com.colibrio.core.base
/
RectMargins
Rect
Margins
data
class
RectMargins
(
val
left
:
Length
,
val
top
:
Length
,
val
right
:
Length
,
val
bottom
:
Length
)
Types
Constructors
Functions
Properties
Constructors
Rect
Margins
Link copied to clipboard
fun
RectMargins
(
left
:
Length
,
top
:
Length
,
right
:
Length
,
bottom
:
Length
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
serialize
Link copied to clipboard
fun
serialize
(
generator
:
JsonGenerator
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Length
left
Link copied to clipboard
val
left
:
Length
right
Link copied to clipboard
val
right
:
Length
top
Link copied to clipboard
val
top
:
Length