You are here: Start » FIL.NET » Invoke.SplitRectangle
Splits the rectangle into two along the direction.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SplitRectangle ( Fil.Rectangle2D inRectangle, Fil.SplitDirection inSplitDirection, out Fil.Rectangle2D outRectangle1, out Fil.Rectangle2D outRectangle2 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRectangle | Fil.Rectangle2D | |||
![]() | inSplitDirection | Fil.SplitDirection | |||
![]() | outRectangle1 | Fil.Rectangle2D | |||
![]() | outRectangle2 | Fil.Rectangle2D |


