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

AVL.ImagePointsToSurfaceCoordinates

Finds the surface coordinates of image points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImagePointsToSurfaceCoordinates
(
	IList<AvlNet.Point2D> inImagePoints,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	IList<AvlNet.Point2D> outSurfacePoints
)

Parameters

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

See also