You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.ImageBoxToSurfaceCoordinates

AVL.ImageBoxToSurfaceCoordinates

Finds the surface coordinates of image box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageBoxToSurfaceCoordinates
(
	AvlNet.Box inImageBox,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Box outSurfaceBox
)

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

Function Overrides

See also