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


