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

FIL.BoxCenter

Returns center of a box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoxFilNet.Box
outCenterFilNet.Point2D

See also