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


