You are here: Start » AVL.NET » Invoke.ImageSegmentsToSurfaceCoordinates

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
inImageSegmentsSystem.Collections.Generic.List<Avl.Segment2D>
inSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceSegmentsSystem.Collections.Generic.List<Avl.Segment2D>

See also