You are here: Start » AVL.NET » AVS.RectangleCenter Method

AVS.RectangleCenter Method

Computes the center point of a rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outCenterPointAvlNet.Point2D

See also