You are here: Start » AVL.NET » Invoke.ImageSegmentsToSurfaceCoordinates
Finds the surface coordinates of image segments.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ImageSegmentsToSurfaceCoordinates ( List<Avl.Segment2D> inImageSegments, Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, List<Avl.Segment2D> outSurfaceSegments )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImageSegments | System.Collections.Generic.List<Avl.Segment2D> | |||
![]() | inSurfaceCoordinatesFormat | Avl.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outSurfaceSegments | System.Collections.Generic.List<Avl.Segment2D> |


