You are here: Start » AVL.NET » AVS.RectanglePerimeterLength Method

AVS.RectanglePerimeterLength Method

Computes the perimeter length of a rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outPerimeterLengthfloat

See also