2022 Method
Changes 0
M

ViewCropRegionShapeManager.SplitRegionVertically

Description:
Splits vertically one region in split crop.
Remarks:
This function splits the crop into two regions: one occupying the top quarter of the crop, and the other the bottom quarter of the crop.
public void SplitRegionVertically(
	int regionIndex,
	double topPart,
	double bottomPart
)
  • Int32
    regionIndex
    Index of region to be split vertically (numbering starts with 0).
  • Double
    topPart
    Relative portion of the original region to become the new top region (0 to 1).
  • Double
    bottomPart
    Relative portion of the original region to become the new bottom region (0 to 1).