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


