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


