You are here: Start » FIL.NET » Invoke.ImageLineToSurfaceCoordinates
Finds the surface coordinates of image line.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageLineToSurfaceCoordinates ( Fil.Line2D inImageLine, Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, out Fil.Line2D outSurfaceLine, Optional<Fil.Line3D> outSurfaceLine3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImageLine | Fil.Line2D | |||
![]() | inSurfaceCoordinatesFormat | Fil.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outSurfaceLine | Fil.Line2D | |||
![]() | outSurfaceLine3D | Ftl.Optional<Fil.Line3D> |


