You are here: Start » FIL.NET » FIS.AlignRegionToSurfaceFormat Method
FIS.AlignRegionToSurfaceFormat Method
Returns region covering the same area for the surface with another format.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void AlignRegionToSurfaceFormat ( FilNet.Region inRegion, FilNet.SurfaceCoordinatesFormat inInputSurfaceCoordinatesFormat, FilNet.SurfaceFormat inOutputSurfaceFormat, FilNet.Region outAlignedRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inInputSurfaceCoordinatesFormat | FilNet.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image the input region were defined on. | ||
![]() | inOutputSurfaceFormat | FilNet.SurfaceFormat | Format of the surface associated with the image the output region is defined on. | ||
![]() | outAlignedRegion | FilNet.Region |


