You are here: Start » FIL.NET » Invoke.InscribeRegionInRegion

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
inTargetRegionFil.RegionRegion to contain source region.
inSourceRegionFil.RegionRegion to be shifted.
inPossibleShiftFil.ShiftTypePossible directions of shift.
inFitTypeFil.FitTypeDetermines if the common border length should be maximized.
outShiftXFtl.Conditional<int>X coordinate of the shift.
outShiftYFtl.Conditional<int>Y coordinate of the shift.
outShiftedRegionFtl.Conditional<Fil.Region>Shifted source region.

See also