You are here: Start » AVL.NET » Invoke.RectangleSides
Returns segments representing the sides of the input rectangle.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RectangleSides ( Avl.Rectangle2D inRectangle, Optional<Avl.Segment2D> outTopSide, Optional<Avl.Segment2D> outRightSide, Optional<Avl.Segment2D> outBottomSide, Optional<Avl.Segment2D> outLeftSide )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRectangle | Avl.Rectangle2D | |||
![]()  | outTopSide | Atl.Optional<Avl.Segment2D> | |||
![]()  | outRightSide | Atl.Optional<Avl.Segment2D> | |||
![]()  | outBottomSide | Atl.Optional<Avl.Segment2D> | |||
![]()  | outLeftSide | Atl.Optional<Avl.Segment2D> | 


