You are here: Start » FIL.NET » FIS.CircleBoundingBox Method

FIS.CircleBoundingBox Method

Computes the smallest box containing a circle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inCircleFilNet.Circle2D
outBoundingBoxFilNet.Box

See also