Defines how a new clip region should be merged with the existing clip region.

Used by Canvas.clipRect.

Summary

Public companion properties

ClipOp

Subtract the new region from the existing region.

Cmn
ClipOp

Intersect the new region from the existing region.

Cmn

Public functions

open String
Cmn

Public companion properties

Difference

val DifferenceClipOp

Subtract the new region from the existing region.

Intersect

val IntersectClipOp

Intersect the new region from the existing region.

Public functions

toString

open fun toString(): String