You are here: Start » FIL.NET » Invoke.SurfaceBoxToImageCoordinates

Invoke.SurfaceBoxToImageCoordinates

Finds the associated image coordinates of surface box.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfaceBoxToImageCoordinates
(
	Fil.Box3D inSurfaceBox,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Fil.Box outImageBox,
	Optional<Fil.Rectangle2D> outImageRectangle
)

Parameters

Name Type Range Default Description
inSurfaceBoxFil.Box3D
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageBoxFil.Box
outImageRectangleFtl.Optional<Fil.Rectangle2D>

See also