You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inImageLine | Avl.Line2D | |||
![]()  | inSurfaceCoordinatesFormat | Avl.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]()  | outSurfaceLine | Avl.Line2D | |||
![]()  | outSurfaceLine3D | Atl.Optional<Avl.Line3D> | 


