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

AVS.RectangleArea Method

Computes the area of a rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RectangleArea
(
	AvlNet.Rectangle2D inRectangle,
	out float outArea
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outAreafloat

See also