You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.ImagePointsToSurfaceCoordinates

FIL.ImagePointsToSurfaceCoordinates

Finds the surface coordinates of image points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ImagePointsToSurfaceCoordinates
(
	IList<FilNet.Point2D> inImagePoints,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	IList<FilNet.Point2D> outSurfacePoints
)

Parameters

Name Type Range Default Description
inImagePointsSystem.Collections.Generic.IList<FilNet.Point2D>
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfacePointsSystem.Collections.Generic.IList<FilNet.Point2D>

See also