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

Invoke.ImagePathsToSurfaceCoordinates

Finds the surface coordinates of image paths.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImagePathsSystem.Collections.Generic.List<Avl.Path>
inSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfacePathsSystem.Collections.Generic.List<Avl.Path>

See also