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

Invoke.SurfaceSegmentToImageCoordinates

Finds the associated image coordinates of surface segment.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfaceSegmentToImageCoordinates
(
	Fil.Segment3D inSurfaceSegment,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Fil.Segment2D outImageSegment
)

Parameters

Name Type Range Default Description
inSurfaceSegmentFil.Segment3D
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageSegmentFil.Segment2D

See also