SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.shape
/
RoundedCornerTreatment
Rounded
Corner
Treatment
open
class
RoundedCornerTreatment
:
CornerTreatment
A corner treatment which rounds a corner of a shape.
Members
Constructors
Rounded
Corner
Treatment
Link copied to clipboard
constructor
(
)
constructor
(
radius
:
Float
)
Instantiates a rounded corner treatment.
Functions
get
Corner
Path
Link copied to clipboard
open
fun
getCornerPath
(
@
NonNull
shapePath
:
ShapePath
,
angle
:
Float
,
interpolation
:
Float
,
radius
:
Float
)
Generates a
ShapePath
for this corner treatment.