Continuous Rectangle
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