You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.RectangleCharacteristicPoints

AVL.RectangleCharacteristicPoints

Computes rectangle's characteristic points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RectangleCharacteristicPoints
(
	AvlNet.Rectangle2D inRectangle,
	out AvlNet.Point2D outTopLeft,
	out AvlNet.Point2D outTopCenter,
	out AvlNet.Point2D outTopRight,
	out AvlNet.Point2D outMiddleLeft,
	out AvlNet.Point2D outMiddleCenter,
	out AvlNet.Point2D outMiddleRight,
	out AvlNet.Point2D outBottomLeft,
	out AvlNet.Point2D outBottomCenter,
	out AvlNet.Point2D outBottomRight,
	IList<AvlNet.Point2D> outCorners
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outTopLeftAvlNet.Point2D
outTopCenterAvlNet.Point2D
outTopRightAvlNet.Point2D
outMiddleLeftAvlNet.Point2D
outMiddleCenterAvlNet.Point2D
outMiddleRightAvlNet.Point2D
outBottomLeftAvlNet.Point2D
outBottomCenterAvlNet.Point2D
outBottomRightAvlNet.Point2D
outCornersSystem.Collections.Generic.IList<AvlNet.Point2D>

Function Overrides

See also