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


