You are here: Start » FIL.NET » Function Reference » Conversions » FIL.BoxToRectangle2D

FIL.BoxToRectangle2D

Converts a box to a rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void BoxToRectangle2D
(
	FilNet.Box inBox,
	out FilNet.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inBoxFilNet.Box
outRectangleFilNet.Rectangle2D

See also