You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.ImageSegmentToSurfaceCoordinates

AVL.ImageSegmentToSurfaceCoordinates

Finds the surface coordinates of image segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageSegmentToSurfaceCoordinates
(
	AvlNet.Segment2D inImageSegment,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Segment2D outSurfaceSegment
)

Parameters

Name Type Range Default Description
inImageSegmentAvlNet.Segment2D
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceSegmentAvlNet.Segment2D

Function Overrides

See also