<Code Lib>
2026 Method
Changes 0
M

ViewCropRegionShapeManager.RemoveSplitRegion

Description:
Removes one region in split crop.

public void RemoveSplitRegion(
	int regionIndex
)

  • Int32
    regionIndex
    Index of region to be deleted (numbering starts with 0).

  • The provided region index cannot be deleted.
  • The crop of the associated view is not permitted to have multiple regions. -or- The view has non-rectangular crop shape set.

Loading…