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

AVL.ImagePathToSurfaceCoordinates

Finds the surface coordinates of image path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImagePathToSurfaceCoordinates
(
	AvlNet.Path inImagePath,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	AvlNet.Path outSurfacePath
)

Parameters

Name Type Range Default Description
inImagePathAvlNet.Path
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfacePathAvlNet.Path

See also