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

Invoke.ImagePathsToSurfaceCoordinates

Finds the surface coordinates of image paths.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImagePathsToSurfaceCoordinates
(
	List<Fil.Path> inImagePaths,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	List<Fil.Path> outSurfacePaths
)

Parameters

Name Type Range Default Description
inImagePathsSystem.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.
outSurfacePathsSystem.Collections.Generic.List<Fil.Path>

See also