You are here: Start » FIL.NET » FIS.SurfaceBoxToImageCoordinates Method

FIS.SurfaceBoxToImageCoordinates Method

Finds the associated image coordinates of surface box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfaceBoxToImageCoordinates
(
	FilNet.Box3D inSurfaceBox,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out FilNet.Box outImageBox
)

Parameters

Name Type Range Default Description
inSurfaceBoxFilNet.Box3D
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageBoxFilNet.Box

Function Overrides

See also