Continuous Rounded Rectangle
open class ContinuousRoundedRectangle(topStart: CornerSize, topEnd: CornerSize, bottomEnd: CornerSize, bottomStart: CornerSize, val continuity: Continuity = Continuity.Default) : CornerBasedShape(source)
Constructors
Link copied to clipboard
constructor(topStart: CornerSize, topEnd: CornerSize, bottomEnd: CornerSize, bottomStart: CornerSize, continuity: Continuity = Continuity.Default)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun copy(topStart: CornerSize, topEnd: CornerSize, bottomEnd: CornerSize, bottomStart: CornerSize): ContinuousRoundedRectangle
fun copy(topStart: CornerSize = this.topStart, topEnd: CornerSize = this.topEnd, bottomEnd: CornerSize = this.bottomEnd, bottomStart: CornerSize = this.bottomStart, continuity: Continuity = this.continuity): ContinuousRoundedRectangle
Link copied to clipboard
open override fun createOutline(size: Size, topStart: Float, topEnd: Float, bottomEnd: Float, bottomStart: Float, layoutDirection: LayoutDirection): Outline