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

Invoke.ImageLineToSurfaceCoordinates

Finds the surface coordinates of image line.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImageLineToSurfaceCoordinates
(
	Avl.Line2D inImageLine,
	Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Avl.Line2D outSurfaceLine,
	Optional<Avl.Line3D> outSurfaceLine3D
)

Parameters

Name Type Range Default Description
inImageLineAvl.Line2D
inSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceLineAvl.Line2D
outSurfaceLine3DAtl.Optional<Avl.Line3D>

See also