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