You are here: Start » AVL.NET » Function Reference » Image » Image Spatial Transforms Maps » AVL.ConvertSpatialMap
AVL.ConvertSpatialMap
Converts a spatial map to a different format.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void ConvertSpatialMap ( AvlNet.SpatialMap inSpatialMap, int inNewPitchAlignment, AvlNet.SpatialMap outSpatialMap )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSpatialMap | AvlNet.SpatialMap | |||
![]() | inNewPitchAlignment | int | <0, +INF> | 16 | Default value: 16. |
![]() | outSpatialMap | AvlNet.SpatialMap |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Incorrect inSpatialMap map in ConvertSpatialMap. |


