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

AVS.ImagePointsToSurfaceCoordinates Method

Finds the surface coordinates of image points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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