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

FIL.ImageSegmentToSurfaceCoordinates

Finds the surface coordinates of image segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ImageSegmentToSurfaceCoordinates
(
	FilNet.Segment2D inImageSegment,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out FilNet.Segment2D outSurfaceSegment
)

Parameters

Name Type Range Default Description
inImageSegmentFilNet.Segment2D
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceSegmentFilNet.Segment2D

Function Overrides

See also