ViewCropRegionShapeManager.GetSplitRegionMinimum
Description:
Returns the proportional location of the minimum boundary of the specified split crop region.
Returns the proportional location of the minimum boundary of the specified split crop region.
public double GetSplitRegionMinimum(
int regionIndex
)
-
Int32regionIndexIndex of split crop region (numbering starts with 0).
Return Value
double
A value from 0 to 1 representing the minimum location for the region's split boundary.
This number represents the location as a ratio along the non-split rectangular crop.
-
The provided region index is invalid.