You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.ImagePointToSurfaceCoordinates

AVL.ImagePointToSurfaceCoordinates

Finds the surface coordinates of image point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImagePointToSurfaceCoordinates
(
	AvlNet.Point2D inImagePoint,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Point2D outSurfacePoint,
	out AvlNet.Point3D outSurfacePoint3D
)

Parameters

Name Type Range Default Description
inImagePointAvlNet.Point2D
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfacePointAvlNet.Point2D
outSurfacePoint3DAvlNet.Point3D

Function Overrides

See also