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

Invoke.LocationToPoint2D

Converts a location to its center point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LocationToPoint2D
(
	Avl.Location inLocation,
	out Avl.Point2D outPoint
)

Parameters

Name Type Range Default Description
inLocationAvl.Location
outPointAvl.Point2D

See also