You are here: Start » FIL.NET » Invoke.PathBoundingRectangle_FixedAngle_OrNil
Computes the smallest rectangle with the given orientation angle containing a path; returns NIL when the path is empty.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PathBoundingRectangle_FixedAngle_OrNil ( Fil.Path inPath, float inAngle, Conditional<Fil.Rectangle2D> outBoundingRectangle, Conditional<Fil.Point2D> outCenter, Conditional<float> outLongSide, Conditional<float> outShortSide )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inAngle | float | Expected angle of the resulting rectangle. | ||
![]() | outBoundingRectangle | Ftl.Conditional<Fil.Rectangle2D> | Smallest bounding rectangle of the input path. | ||
![]() | outCenter | Ftl.Conditional<Fil.Point2D> | Center of the bounding rectangle. | ||
![]() | outLongSide | Ftl.Conditional<float> | Length of the bounding rectangle long side. | ||
![]() | outShortSide | Ftl.Conditional<float> | Length of the bounding rectangle short side. |