SelectionType

The selection behavior when a selection already exists.

Values

Name

Description

Value

SelectionType.DIMINISH

Remove the selection from the already selected area.

3

SelectionType.EXTEND

Add the selection to an already selected area.

2

SelectionType.INTERSECT

Make the selection only the area where the new selection intersects the already selected area.

4

SelectionType.REPLACE

Replace the selected area.

1