You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.AlignRegionToSurfaceCoordinatesFormat
Returns region covering the same area for the surface with another coordinates format.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void AlignRegionToSurfaceCoordinatesFormat ( FilNet.Region inRegion, FilNet.SurfaceCoordinatesFormat inInputSurfaceCoordinatesFormat, FilNet.SurfaceCoordinatesFormat inOutputSurfaceCoordinatesFormat, int? inFrameWidth, int? inFrameHeight, 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. | ||
![]() | inOutputSurfaceCoordinatesFormat | FilNet.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image the output region is defined on. | ||
![]() | inFrameWidth | int? | Output region's frame width. Default value: ftl::NIL. | ||
![]() | inFrameHeight | int? | Output region's frame height. Default value: ftl::NIL. | ||
![]() | outAlignedRegion | FilNet.Region |