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


