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


