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

Invoke.ImageVectorToSurfaceCoordinates

Finds the surface coordinates of image vector.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImageVectorToSurfaceCoordinates
(
	Avl.Vector2D inImageVector,
	Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Avl.Vector2D outSurfaceVector,
	Optional<Avl.Vector3D> outSurfaceVector3D
)

Parameters

Name Type Range Default Description
inImageVectorAvl.Vector2D
inSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceVectorAvl.Vector2D
outSurfaceVector3DAtl.Optional<Avl.Vector3D>

See also