You are here: Start » AVL.NET » Invoke.ImagePointsToSurfaceCoordinates
Finds the surface coordinates of image points.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ImagePointsToSurfaceCoordinates ( List<Avl.Point2D> inImagePoints, Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, List<Avl.Point2D> outSurfacePoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImagePoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]()  | inSurfaceCoordinatesFormat | Avl.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]()  | outSurfacePoints | System.Collections.Generic.List<Avl.Point2D> | 


