You are here: Start » AVL.NET » Invoke.ImageBoxToSurfaceCoordinates

Invoke.ImageBoxToSurfaceCoordinates

Finds the surface coordinates of image box.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImageBoxToSurfaceCoordinates
(
	Avl.Box inImageBox,
	Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Avl.Box outSurfaceBox,
	Optional<Avl.Box3D> outSurfaceBox3D
)

Parameters

Name Type Range Default Description
inImageBoxAvl.Box
inSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceBoxAvl.Box
outSurfaceBox3DAtl.Optional<Avl.Box3D>

See also