You are here: Start » AVL.NET » AVL.CreateRectanglePath
Creates a closed path containing four vertices of rectangle.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void CreateRectanglePath ( AvlNet.Rectangle2D inRectangle, AvlNet.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRectangle | AvlNet.Rectangle2D | |||
![]() | outPath | AvlNet.Path | Output path. |


