Corner Radius
Corner radius configuration.
Parameters
radius
Radius for all corners.
Corner radius configuration.
Parameters
radius
Radius for all corners, in the pair values, first is for x-axis and second is for y-axis.
fun CornerRadius( topLeft: Float, topRight: Float, bottomRight: Float, bottomLeft: Float)
Content copied to clipboard
Corner radius configuration.
Parameters
top Left
Top left radius.
top Right
Top right radius.
bottom Right
Bottom right radius.
bottom Left
Bottom left radius.
fun CornerRadius( topLeftX: Float, topLeftY: Float, topRightX: Float, topRightY: Float, bottomRightX: Float, bottomRightY: Float, bottomLeftX: Float, bottomLeftY: Float)
Content copied to clipboard
Parameters
top Left X
Top left radius for x-axis.
top Left Y
Top left radius for y-axis.
top Right X
Top right radius for x-axis.
top Right Y
Top right radius for y-axis.
bottom Right X
Bottom right radius for x-axis.
bottom Right Y
Bottom right radius for y-axis.
bottom Left X
Bottom left radius for x-axis.
bottom Left Y
Bottom left radius for y-axis.