ViewCropRegionShapeManager.RemoveSplitRegion
Method
Description:
Removes one region in split crop.
Removes one region in split crop.
Parameters
| Parameter | Type | Description |
|---|---|---|
| regionIndex | Int32 | Index of region to be deleted (numbering starts with 0). |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The provided region index cannot be deleted. |
| InvalidOperationException | The crop of the associated view is not permitted to have multiple regions. -or- The view has non-rectangular crop shape set. |