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

FIS.SurfacePathToImageCoordinates Method

Finds the associated image coordinates of surface path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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