You are here: Start » FIL.NET » Invoke.ImageSegmentToSurfaceCoordinates
Finds the surface coordinates of image segment.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageSegmentToSurfaceCoordinates ( Fil.Segment2D inImageSegment, Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, out Fil.Segment2D outSurfaceSegment, Optional<Fil.Segment3D> outSurfaceSegment3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImageSegment | Fil.Segment2D | |||
![]() | inSurfaceCoordinatesFormat | Fil.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outSurfaceSegment | Fil.Segment2D | |||
![]() | outSurfaceSegment3D | Ftl.Optional<Fil.Segment3D> |


