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

AVS.Point2DToLocation Method

Converts a point to a location its contained within.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Point2DToLocation
(
	AvlNet.Point2D inPoint,
	out AvlNet.Location outLocation
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point2D
outLocationAvlNet.Location

See also