You are here: Start » AVL.NET » AVL.RectangleArea(AvlNet.Rectangle2D, float)

AVL.RectangleArea(AvlNet.Rectangle2D, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inRectangle
Type: AvlNet.Rectangle2D
outArea
Type: System.Single

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