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

AVL.SurfacePathToImageCoordinates

Finds the associated image coordinates of surface path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfacePathToImageCoordinates
(
	AvlNet.Path inSurfacePath,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	AvlNet.Path outImagePath
)

Parameters

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

See also