You are here: Start » AVL.NET » AVS.ImageSegmentsToSurfaceCoordinates Method

AVS.ImageSegmentsToSurfaceCoordinates Method

Finds the surface coordinates of image segments.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageSegmentsToSurfaceCoordinates
(
	IList<AvlNet.Segment2D> inImageSegments,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	IList<AvlNet.Segment2D> outSurfaceSegments
)

Parameters

Name Type Range Default Description
inImageSegmentsSystem.Collections.Generic.IList<AvlNet.Segment2D>
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceSegmentsSystem.Collections.Generic.IList<AvlNet.Segment2D>

See also