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

Invoke.SurfacePathsToImageCoordinates

Finds the associated image coordinates of surface paths.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfacePathsToImageCoordinates
(
	List<Fil.Path> inSurfacePaths,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	List<Fil.Path> outImagePaths
)

Parameters

Name Type Range Default Description
inSurfacePathsSystem.Collections.Generic.List<Fil.Path>
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImagePathsSystem.Collections.Generic.List<Fil.Path>

See also