You are here: Start » AVL.NET » AVS.SurfacePathToImageCoordinates Method

AVS.SurfacePathToImageCoordinates Method

Finds the associated image coordinates of surface path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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