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

Invoke.SurfacePointToImageCoordinates

Finds the associated image coordinates of surface point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SurfacePointToImageCoordinates
(
	Avl.Point3D inSurfacePoint,
	Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Avl.Point2D outImagePoint
)

Parameters

Name Type Range Default Description
inSurfacePointAvl.Point3D
inSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImagePointAvl.Point2D

See also