You are here: Start » FIL.NET » FIS.ImageSegmentToSurfaceCoordinates Method

FIS.ImageSegmentToSurfaceCoordinates Method

Finds the surface coordinates of image segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageSegmentToSurfaceCoordinates
(
	FilNet.Segment2D inImageSegment,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out FilNet.Segment2D outSurfaceSegment,
	INullable<FilNet.Segment3D> outSurfaceSegment3D
)

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
outSurfaceSegment3DFilNet.INullable<FilNet.Segment3D> Can be null to skip this parameter calculation.

Function Overrides

See also