You are here: Start » AVL.NET » Invoke.TestSpatialMapApplicability
Checks if a spatial map may be applied to transform the given image.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TestSpatialMapApplicability ( Avl.Image inImage, Avl.SpatialMap inSpatialMap, out bool outAreCompatible )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inSpatialMap | Avl.SpatialMap | |||
![]()  | outAreCompatible | bool | 


