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

Invoke.Point2DToLocation

Converts a point to a location its contained within.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPointAvl.Point2D
outLocationAvl.Location

See also