You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.SurfaceBoxToImageCoordinates

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,
	NullableValue<FilNet.Rectangle2D> outImageRectangle
)

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
outImageRectangleFilNet.NullableValue<FilNet.Rectangle2D> Can be null to skip this parameter calculation.

Function Overrides

See also