You are here: Start » FIL.NET » FIS.EllipseBoundingRectangle Method
FIS.EllipseBoundingRectangle Method
Computes the smallest rectangle containing an ellipse.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void EllipseBoundingRectangle ( FilNet.Ellipse2D inEllipse, out FilNet.Rectangle2D outBoundingRectangle, out FilNet.Point2D outCenter, out float outLongSide, out float outShortSide )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inEllipse | FilNet.Ellipse2D | |||
![]() | outBoundingRectangle | FilNet.Rectangle2D | Smallest bounding rectangle of the input points. | ||
![]() | outCenter | FilNet.Point2D | Center of the bounding rectangle. | ||
![]() | outLongSide | float | Length of the bounding rectangle long side. | ||
![]() | outShortSide | float | Length of the bounding rectangle short side. |
Function Overrides
- EllipseBoundingRectangle(Ellipse2D, Rectangle2D)
- EllipseBoundingRectangle(Ellipse2D, Rectangle2D, NullableValue<Point2D>, NullableValue<Single>, NullableValue<Single>)