ClipOp
Kotlin
|Java
enum class ClipOp
kotlin.Any | ||
↳ | kotlin.Enum<androidx.ui.graphics.ClipOp> | |
↳ | androidx.ui.graphics.ClipOp |
Defines how a new clip region should be merged with the existing clip region.
Used by Canvas.clipRect.
Summary
Enum values |
|
---|---|
Subtract the new region from the existing region. |
|
Intersect the new region from the existing region. |