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

AVS.LocationToPoint2D Method

Converts a location to its center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LocationToPoint2D
(
	AvlNet.Location inLocation,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inLocationAvlNet.Location
outPointAvlNet.Point2D

See also