You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.RectangleCenter

FIL.RectangleCenter

Computes the center point of a rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
outCenterPointFilNet.Point2D

Examples

RectangleCenter performed on a rectangle with parameters: X = 25, Y = 175, Angle = 325, Width = 250, Height = 125.
The center point is returned in outCenterPoint.

See also