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

FIL.SurfacePathToImageCoordinates

Finds the associated image coordinates of surface path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SurfacePathToImageCoordinates
(
	FilNet.Path inSurfacePath,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	FilNet.Path outImagePath
)

Parameters

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

See also