Padding2D

data class Padding2D(top: Int, bottom: Int, left: Int, right: Int)

Constructors

Padding2D
Link copied to clipboard
fun Padding2D(height: Int, width: Int)
Padding2D
Link copied to clipboard
fun Padding2D(n: Int)

Properties

bottom
Link copied to clipboard
val bottom: 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