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

Invoke.ImagePathToSurfaceCoordinates

Finds the surface coordinates of image path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also