You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.BoxCenter

AVL.BoxCenter

Returns center of a box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void BoxCenter
(
	AvlNet.Box inBox,
	out AvlNet.Point2D outCenter
)

Parameters

Name Type Range Default Description
inBoxAvlNet.Box
outCenterAvlNet.Point2D

See also