You are here: Start » FIL.NET » Invoke.SurfacePathToImageCoordinates

Invoke.SurfacePathToImageCoordinates

Finds the associated image coordinates of surface path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfacePathFil.Path
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImagePathFil.Path

See also