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
/
ShapePath
/
PathArcOperation
Path
Arc
Operation
open
class
PathArcOperation
:
ShapePath.PathOperation
Path arc operation.
Members
Constructors
Path
Arc
Operation
Link copied to clipboard
constructor
(
left
:
Float
,
top
:
Float
,
right
:
Float
,
bottom
:
Float
)
Properties
bottom
Link copied to clipboard
open
var
bottom
:
Float
left
Link copied to clipboard
open
var
left
:
Float
right
Link copied to clipboard
open
var
right
:
Float
start
Angle
Link copied to clipboard
open
var
startAngle
:
Float
sweep
Angle
Link copied to clipboard
open
var
sweepAngle
:
Float
top
Link copied to clipboard
open
var
top
:
Float
Functions
apply
To
Path
Link copied to clipboard
open
fun
applyToPath
(
@
NonNull
transform
:
Matrix
,
@
NonNull
path
:
Path
)
Applies the given
transform
to the provided
path
.