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

FIS.ImagePointsToSurfaceCoordinates Method

Finds the surface coordinates of image points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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