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
inSpatialMapAvlNet.SpatialMap
inNewPitchAlignmentint<0, +INF>16Default value: 16.
outSpatialMapAvlNet.SpatialMap

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect inSpatialMap map in ConvertSpatialMap.

Function Overrides

See also