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
)

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

Function Overrides

See also