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

AVS.ImageBoxToSurfaceCoordinates Method

Finds the surface coordinates of image box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageBoxToSurfaceCoordinates
(
	AvlNet.Box inImageBox,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Box outSurfaceBox,
	INullable<AvlNet.Box3D> outSurfaceBox3D
)

Parameters

Name Type Range Default Description
inImageBoxAvlNet.Box
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceBoxAvlNet.Box
outSurfaceBox3DAvlNet.INullable<AvlNet.Box3D> Can be null to skip this parameter calculation.

Function Overrides

See also