You are here: Start » FIL.NET » FIS.UnmapPoint Method

FIS.UnmapPoint Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void UnmapPoint
(
	FilNet.SpatialMap inSpatialMap,
	FilNet.Point2D inPoint,
	out FilNet.Point2D? outPoint
)

Parameters

Name Type Range Default Description
inSpatialMapFilNet.SpatialMap
inPointFilNet.Point2D
outPointFilNet.Point2D?

See also