You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.ImageBoxToSurfaceCoordinates
Finds the surface coordinates of image box.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageBoxToSurfaceCoordinates ( FilNet.Box inImageBox, FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, out FilNet.Box outSurfaceBox, INullable<FilNet.Box3D> outSurfaceBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageBox | FilNet.Box | |||
![]() | inSurfaceCoordinatesFormat | FilNet.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outSurfaceBox | FilNet.Box | |||
![]() | outSurfaceBox3D | FilNet.INullable<FilNet.Box3D> | Can be null to skip this parameter calculation. |