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

FIS.ImageBoxToSurfaceCoordinates Method

Finds the surface coordinates of image box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageBoxToSurfaceCoordinates
(
	FilNet.Box inImageBox,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out FilNet.Box outSurfaceBox,
	INullable<FilNet.Box3D> outSurfaceBox3D
)

Parameters

Name Type Range Default Description
inImageBoxFilNet.Box
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceBoxFilNet.Box
outSurfaceBox3DFilNet.INullable<FilNet.Box3D> Can be null to skip this parameter calculation.

Function Overrides

See also