You are here: Start » FIL.NET » FIL.RectanglePerimeterLength
Computes the perimeter length of a rectangle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RectanglePerimeterLength ( FilNet.Rectangle2D inRectangle, out float outPerimeterLength )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.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.