You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inSurfacePaths | 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. | ||
![]() | outImagePaths | System.Collections.Generic.List<Avl.Path> |


