Rect

class Rect(val topLeft: Pair<Int, Int>, val botRight: Pair<Int, Int>, val cornerRadius: CSSLengthOrPercentageNumericValue = 0.px) : Shape(source)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
open override val path: Path?
Link copied to clipboard