You are here: Start » AVL.NET » Invoke.RectangleCorners
Computes the four corner points of a rectangle.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RectangleCorners ( Avl.Rectangle2D inRectangle, out Avl.Point2D outTopLeft, out Avl.Point2D outTopRight, out Avl.Point2D outBottomRight, out Avl.Point2D outBottomLeft )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRectangle | Avl.Rectangle2D | |||
![]()  | outTopLeft | Avl.Point2D | |||
![]()  | outTopRight | Avl.Point2D | |||
![]()  | outBottomRight | Avl.Point2D | |||
![]()  | outBottomLeft | Avl.Point2D | 


