You are here: Start » FIL.NET » Function Reference » Image » Image Spatial Transforms Maps » FIL.UnmapPoint
FIL.UnmapPoint
Computes locations of image point on the source image from image point location on remapped image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void UnmapPoint ( FilNet.SpatialMap inSpatialMap, FilNet.Point2D inPoint, out FilNet.Point2D? outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSpatialMap | FilNet.SpatialMap | |||
![]() | inPoint | FilNet.Point2D | |||
![]() | outPoint | FilNet.Point2D? |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incorrect spatial map in UnmapPoint. |