DashDrawableCornerRadii

data class DashDrawableCornerRadii(val topStart: Float, val topEnd: Float, val bottomEnd: Float, val bottomStart: Float)

Constructors

Link copied to clipboard
constructor(radius: Float)
constructor(topStart: Float, topEnd: Float, bottomEnd: Float, bottomStart: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Float array compatible with PaintDrawable.setCornerRadii and GradientDrawable.setCornerRadii. The array contains 8 values - 2 for each corner X_radius, Y_radius. The corners are ordered top-left, top-right, bottom-right, bottom-left.