You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inImagePaths | System.Collections.Generic.List<Avl.Path> | |||
![]()  | inSurfaceCoordinatesFormat | Avl.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]()  | outSurfacePaths | System.Collections.Generic.List<Avl.Path> | 


