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

Invoke.CircleBoundingRectangle

Computes the smallest rectangle containing a circle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CircleBoundingRectangle
(
	Fil.Circle2D inCircle,
	Optional<float> inAngle,
	out Fil.Rectangle2D outBoundingRectangle,
	Optional<Fil.Point2D> outCenter,
	Optional<float> outLongSide,
	Optional<float> outShortSide
)

Parameters

Name Type Range Default Description
inCircleFil.Circle2DInput circle.
inAngleFtl.Optional<float>Expected angle of the resulting rectangle. Default value: ftl::NIL.
outBoundingRectangleFil.Rectangle2DSmallest bounding rectangle of the input circle.
outCenterFtl.Optional<Fil.Point2D>Center of the bounding rectangle.
outLongSideFtl.Optional<float>Length of the bounding rectangle long side.
outShortSideFtl.Optional<float>Length of the bounding rectangle short side.

See also