You are here: Start » FIL.NET » FIS.RectanglePerimeterLength Method

FIS.RectanglePerimeterLength Method

Computes the perimeter length of a rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RectanglePerimeterLength
(
	FilNet.Rectangle2D inRectangle,
	out float outPerimeterLength
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
outPerimeterLengthfloat

See also