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

AVS.ImagePointToSurfaceCoordinates Method

Finds the surface coordinates of image point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImagePointToSurfaceCoordinates
(
	AvlNet.Point2D inImagePoint,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Point2D outSurfacePoint,
	NullableValue<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.NullableValue<AvlNet.Point3D> Can be null to skip this parameter calculation.

Function Overrides

See also