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

FIL.ImagePathToSurfaceCoordinates

Finds the surface coordinates of image path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ImagePathToSurfaceCoordinates
(
	FilNet.Path inImagePath,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	FilNet.Path outSurfacePath
)

Parameters

Name Type Range Default Description
inImagePathFilNet.Path
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfacePathFilNet.Path

See also