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

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
)

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