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

AVL.ImageLineToSurfaceCoordinates

Finds the surface coordinates of image line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageLineToSurfaceCoordinates
(
	AvlNet.Line2D inImageLine,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Line2D outSurfaceLine
)

Parameters

Name Type Range Default Description
inImageLineAvlNet.Line2D
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceLineAvlNet.Line2D

Function Overrides

See also