RectF

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