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