You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.RectanglePerimeterLength

AVL.RectanglePerimeterLength

Computes the perimeter length of a rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RectanglePerimeterLength
(
	AvlNet.Rectangle2D inRectangle,
	out float outPerimeterLength
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outPerimeterLengthfloat

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.

See also