You are here: Start » FIL.NET » Invoke.EllipseBoundingRectangle_FixedAngle
Computes the smallest rectangle with the given orientation angle containing an ellipse.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void EllipseBoundingRectangle_FixedAngle ( Fil.Ellipse2D inEllipse, float inAngle, out Fil.Rectangle2D outBoundingRectangle, Optional<Fil.Point2D> outCenter, Optional<float> outLongSide, Optional<float> outShortSide )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inEllipse | Fil.Ellipse2D | |||
![]() | inAngle | float | Expected angle of the resulting rectangle. | ||
![]() | outBoundingRectangle | Fil.Rectangle2D | Smallest bounding rectangle of the input ellipse. | ||
![]() | outCenter | Ftl.Optional<Fil.Point2D> | Center of the bounding rectangle. | ||
![]() | outLongSide | Ftl.Optional<float> | Length of the bounding rectangle long side. | ||
![]() | outShortSide | Ftl.Optional<float> | Length of the bounding rectangle short side. |