You are here: Start » AVL.NET » AVS.SurfaceBoxToImageCoordinates Method

AVS.SurfaceBoxToImageCoordinates Method

Finds the associated image coordinates of surface box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceBoxToImageCoordinates
(
	AvlNet.Box3D inSurfaceBox,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Box outImageBox,
	out AvlNet.Rectangle2D outImageRectangle
)

Parameters

Name Type Range Default Description
inSurfaceBoxAvlNet.Box3D
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageBoxAvlNet.Box
outImageRectangleAvlNet.Rectangle2D

Function Overrides

See also