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

AVL.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