You are here: Start » AVL.NET » Invoke.SurfacePathToImageCoordinates

Invoke.SurfacePathToImageCoordinates

Finds the associated image coordinates of surface path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfacePathAvl.Path
inSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImagePathAvl.Path

See also