You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.CircleBoundingBox

FIL.CircleBoundingBox

Computes the smallest box containing a circle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void CircleBoundingBox
(
	FilNet.Circle2D inCircle,
	out FilNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inCircleFilNet.Circle2D
outBoundingBoxFilNet.Box

Examples

CircleBoundingBox performed on a sample circle.

See also