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


