You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.ImageSegmentsToSurfaceCoordinates

FIL.ImageSegmentsToSurfaceCoordinates

Finds the surface coordinates of image segments.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also