You are here: Start » AVL.NET » Invoke.SurfacePointToImageCoordinates
Finds the associated image coordinates of surface point.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SurfacePointToImageCoordinates ( Avl.Point3D inSurfacePoint, Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, out Avl.Point2D outImagePoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSurfacePoint | Avl.Point3D | |||
![]()  | inSurfaceCoordinatesFormat | Avl.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]()  | outImagePoint | Avl.Point2D | 


