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

Invoke.SurfacePathsToImageCoordinates

Finds the associated image coordinates of surface paths.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfacePathsSystem.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.
outImagePathsSystem.Collections.Generic.List<Avl.Path>

See also