Back to FabImage Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Features » RectanglePerimeterLength
RectanglePerimeterLength
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Computes the perimeter length of a rectangle.
Syntax
void fil::RectanglePerimeterLength ( const fil::Rectangle2D& inRectangle, float& outPerimeterLength )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | const Rectangle2D& | ||
![]() |
outPerimeterLength | float& |
Examples
![]() |
RectanglePerimeterLength performed on a rectangle with parameters: X = 25, Y = 175, Angle = 325, Width = 250, Height = 125.
The outPerimeterLength returns a value of 750.



