Rect

constructor()(source)
constructor(cornerRadius: CSSLengthOrPercentageNumericValue)(source)
constructor(topBottom: Int, leftRight: Int, cornerRadius: CSSLengthOrPercentageNumericValue = 0.px)(source)
constructor(side: Int, cornerRadius: CSSLengthOrPercentageNumericValue = 0.px)(source)
constructor(topLeft: Pair<Int, Int>, botRight: Pair<Int, Int>, cornerRadius: CSSLengthOrPercentageNumericValue = 0.px)(source)