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

AVS.ImageLineToSurfaceCoordinates Method

Finds the surface coordinates of image line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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