{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

ClipOp.Companion

public static class ClipOp.Companion


Summary

Public methods

static final @NonNull ClipOp

Subtract the new region from the existing region.

static final @NonNull ClipOp

Intersect the new region from the existing region.

Public methods

getDifference

public static final @NonNull ClipOp getDifference()

Subtract the new region from the existing region.

getIntersect

public static final @NonNull ClipOp getIntersect()

Intersect the new region from the existing region.