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


