PathArcOperation

Path arc operation.

Constructors

Link copied to clipboard
constructor(left: Float, top: Float, right: Float, bottom: Float)

Properties

Link copied to clipboard
open var bottom: Float
Link copied to clipboard
open var left: Float
Link copied to clipboard
open var right: Float
Link copied to clipboard
open var startAngle: Float
Link copied to clipboard
open var sweepAngle: Float
Link copied to clipboard
open var top: Float

Functions

Link copied to clipboard
open fun applyToPath(@NonNull transform: Matrix, @NonNull path: Path)
Applies the given transform to the provided path.