You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.RectangleBoundingBox
Computes the smallest box containing a rectangle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RectangleBoundingBox ( FilNet.Rectangle2D inRectangle, out FilNet.Box outBoundingBox )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | outBoundingBox | FilNet.Box |
Examples
![]() |
RectangleBoundingBox performed on a rectangle (blue) with parameters: X = 25, Y = 175, Angle = 325, Width = 250, Height = 125.
The result (red box) is returned in outBoundingBox.