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

Invoke.ImageSegmentsToSurfaceCoordinates

Finds the surface coordinates of image segments.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageSegmentsToSurfaceCoordinates
(
	List<Fil.Segment2D> inImageSegments,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	List<Fil.Segment2D> outSurfaceSegments
)

Parameters

Name Type Range Default Description
inImageSegmentsSystem.Collections.Generic.List<Fil.Segment2D>
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceSegmentsSystem.Collections.Generic.List<Fil.Segment2D>

See also