You are here: Start » AVL.NET » AVL.RectangleCharacteristicPoints Method
AVL.RectangleCharacteristicPoints Method
Computes rectangle's characteristic points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
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, out AvlNet.Point2D[] outCorners )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRectangle | AvlNet.Rectangle2D | |||
![]() | outTopLeft | AvlNet.Point2D | |||
![]() | outTopCenter | AvlNet.Point2D | |||
![]() | outTopRight | AvlNet.Point2D | |||
![]() | outMiddleLeft | AvlNet.Point2D | |||
![]() | outMiddleCenter | AvlNet.Point2D | |||
![]() | outMiddleRight | AvlNet.Point2D | |||
![]() | outBottomLeft | AvlNet.Point2D | |||
![]() | outBottomCenter | AvlNet.Point2D | |||
![]() | outBottomRight | AvlNet.Point2D | |||
![]() | outCorners | AvlNet.Point2D |


