You are here: Start » FIL.NET » Invoke.UnmapPoint

Invoke.UnmapPoint

Computes locations of image point on the source image from image point location on remapped image.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void UnmapPoint
(
	Fil.SpatialMap inSpatialMap,
	Fil.Point2D inPoint,
	Conditional<Fil.Point2D> outPoint
)

Parameters

Name Type Range Default Description
inSpatialMapFil.SpatialMap
inPointFil.Point2D
outPointFtl.Conditional<Fil.Point2D>

See also