You are here: Start » FIL.NET » Invoke.InscribeRegionInRegion
Shifts source region so that it is contained in target region.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void InscribeRegionInRegion ( Fil.Region inTargetRegion, Fil.Region inSourceRegion, Fil.ShiftType inPossibleShift, Fil.FitType inFitType, Conditional<int> outShiftX, Conditional<int> outShiftY, Conditional<Fil.Region> outShiftedRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inTargetRegion | Fil.Region | Region to contain source region. | ||
![]() | inSourceRegion | Fil.Region | Region to be shifted. | ||
![]() | inPossibleShift | Fil.ShiftType | Possible directions of shift. | ||
![]() | inFitType | Fil.FitType | Determines if the common border length should be maximized. | ||
![]() | outShiftX | Ftl.Conditional<int> | X coordinate of the shift. | ||
![]() | outShiftY | Ftl.Conditional<int> | Y coordinate of the shift. | ||
![]() | outShiftedRegion | Ftl.Conditional<Fil.Region> | Shifted source region. |