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