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

AVL.ImagePathsToSurfaceCoordinates

Finds the surface coordinates of image paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImagePathsToSurfaceCoordinates
(
	IList<AvlNet.Path> inImagePaths,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	IList<AvlNet.Path> outSurfacePaths
)

Parameters

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

See also