You are here: Start » FIL.NET » Function Reference » Region » Region Basics » FIL.CreatePathRegion
Creates a region along the given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreatePathRegion ( FilNet.Path inPath, float inWidth, int inFrameWidth, int inFrameHeight, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inWidth | float | <1.0f, INF> | 1.0f | Width of line used to draw path. Default value: 1.0f. |
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame. | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame. | |
![]() | outRegion | FilNet.Region | Output region. |
Function Overrides
- CreatePathRegion(Path, Nullable<CoordinateSystem2D>, Single, Int32, Int32, Region)
- CreatePathRegion(Path, Nullable<CoordinateSystem2D>, Single, Int32, Int32, Region, NullableRef<Path>)
- CreatePathRegion(Path, Nullable<CoordinateSystem2D>, Single, Int32, Int32, Region, Path)