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

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
inImageLineFil.Line2D
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceLineFil.Line2D
outSurfaceLine3DFtl.Optional<Fil.Line3D>

See also