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

Invoke.ImagePointToSurfaceCoordinates

Finds the surface coordinates of image point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImagePointToSurfaceCoordinates
(
	Avl.Point2D inImagePoint,
	Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Avl.Point2D outSurfacePoint,
	Optional<Avl.Point3D> outSurfacePoint3D
)

Parameters

Name Type Range Default Description
inImagePointAvl.Point2D
inSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfacePointAvl.Point2D
outSurfacePoint3DAtl.Optional<Avl.Point3D>

See also