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


