You are here: Start » AVL.NET » Invoke.RectanglePerimeterLength

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
inRectangleAvl.Rectangle2D
outPerimeterLengthfloat

See also