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

Invoke.SurfaceBoxToImageCoordinates

Finds the associated image coordinates of surface box.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also