You are here: Start » AVL.NET » Invoke.RectanglePerimeterLength
Computes the perimeter length of a rectangle.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RectanglePerimeterLength ( Avl.Rectangle2D inRectangle, out float outPerimeterLength )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRectangle | Avl.Rectangle2D | |||
![]() | outPerimeterLength | float |


