You are here: Start » FIL.NET » FIS.CircleBoundingRectangle Method
FIS.CircleBoundingRectangle Method
Computes the smallest rectangle containing a circle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CircleBoundingRectangle ( FilNet.Circle2D inCircle, float? inAngle, out FilNet.Rectangle2D outBoundingRectangle, NullableValue<FilNet.Point2D> outCenter, NullableValue<float> outLongSide, NullableValue<float> outShortSide )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle | FilNet.Circle2D | Input circle. | ||
![]() | inAngle | float? | Expected angle of the resulting rectangle. Default value: ftl::NIL. | ||
![]() | outBoundingRectangle | FilNet.Rectangle2D | Smallest bounding rectangle of the input circle. | ||
![]() | outCenter | FilNet.NullableValue<FilNet.Point2D> | Center of the bounding rectangle. Can be null to skip this parameter calculation. | ||
![]() | outLongSide | FilNet.NullableValue<float> | Length of the bounding rectangle long side. Can be null to skip this parameter calculation. | ||
![]() | outShortSide | FilNet.NullableValue<float> | Length of the bounding rectangle short side. Can be null to skip this parameter calculation. |
Function Overrides
- CircleBoundingRectangle(Circle2D, Rectangle2D)
- CircleBoundingRectangle(Circle2D, Nullable<Single>, Rectangle2D)
- CircleBoundingRectangle(Circle2D, Nullable<Single>, Rectangle2D, Point2D, Single, Single)