You are here: Start » AVL.NET » AVL.RectangleCenter(AvlNet.Rectangle2D, AvlNet.Point2D)

AVL.RectangleCenter(AvlNet.Rectangle2D, AvlNet.Point2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inRectangle
Type: AvlNet.Rectangle2D
outCenterPoint
Type: AvlNet.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