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

Invoke.RectangleCenter

Computes the center point of a rectangle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
outCenterPointFil.Point2D

See also