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