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


