You are here: Start » AVL.NET » Function Reference » Conversions » AVL.Point2DToLocation

AVL.Point2DToLocation

Converts a point to a location its contained within.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPointAvlNet.Point2D
outLocationAvlNet.Location

See also