You are here: Start » FIL.NET » Invoke.BoxToRectangle2D

Invoke.BoxToRectangle2D

Converts a box to a rectangle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoxFil.Box
outRectangleFil.Rectangle2D

See also