You are here: Start » FIL.NET » FIS.EllipseBoundingRectangle_FixedAngle Method
FIS.EllipseBoundingRectangle_FixedAngle Method
Computes the smallest rectangle with the given orientation angle containing an ellipse.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void EllipseBoundingRectangle_FixedAngle ( FilNet.Ellipse2D inEllipse, float inAngle, out FilNet.Rectangle2D outBoundingRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inEllipse | FilNet.Ellipse2D | |||
![]() | inAngle | float | Expected angle of the resulting rectangle. | ||
![]() | outBoundingRectangle | FilNet.Rectangle2D | Smallest bounding rectangle of the input ellipse. |
Function Overrides
- EllipseBoundingRectangle_FixedAngle(Ellipse2D, Single, Rectangle2D, Point2D, Single, Single)
- EllipseBoundingRectangle_FixedAngle(Ellipse2D, Single, Rectangle2D, NullableValue<Point2D>, NullableValue<Single>, NullableValue<Single>)