2021 Method
Changes 0
M

ViewCropRegionShapeManager.SplitRegionHorizontally

Description:
Splits horizontally one region in split crop.
Remarks:
This function splits the crop into two regions: one occupying the left quarter of the crop, and the other the right quarter of the crop.
public void SplitRegionHorizontally(
	int regionIndex,
	double leftPart,
	double rightPart
)
  • Int32
    regionIndex
    Index of region to be split horizontally (numbering starts with 0).
  • Double
    leftPart
    Relative portion of the original region to become the new left region (0 to 1).
  • Double
    rightPart
    Relative portion of the original region to become the new right region (0 to 1).