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

Invoke.RectangleArea

Computes the area of a rectangle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RectangleArea
(
	Avl.Rectangle2D inRectangle,
	out float outArea
)

Parameters

Name Type Range Default Description
inRectangleAvl.Rectangle2D
outAreafloat

See also