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

FIS.RectangleCenter Method

Computes the center point of a rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RectangleCenter
(
	FilNet.Rectangle2D inRectangle,
	out FilNet.Point2D outCenterPoint
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
outCenterPointFilNet.Point2D

See also