You are here: Start » AVL.NET » AVL.RectanglePerimeterLength(AvlNet.Rectangle2D, float)
AVL.RectanglePerimeterLength(AvlNet.Rectangle2D, float)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RectanglePerimeterLength( AvlNet.Rectangle2D inRectangle, out float outPerimeterLength )
Parameters
- inRectangle
- Type: AvlNet.Rectangle2D
- outPerimeterLength
- Type: System.Single
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.

