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

AVL.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

Examples

RectangleArea performed on a rectangle with parameters: X = 25, Y = 175, Angle = 325, Width = 250, Height = 125. The outArea returns a value of 31250.

See also