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

Invoke.RectangleArea

Computes the area of a rectangle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
outAreafloat

See also