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

Invoke.ImageSegmentToSurfaceCoordinates

Finds the surface coordinates of image segment.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageSegmentToSurfaceCoordinates
(
	Fil.Segment2D inImageSegment,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Fil.Segment2D outSurfaceSegment,
	Optional<Fil.Segment3D> outSurfaceSegment3D
)

Parameters

Name Type Range Default Description
inImageSegmentFil.Segment2D
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceSegmentFil.Segment2D
outSurfaceSegment3DFtl.Optional<Fil.Segment3D>

See also