You are here: Start » FIL.NET » Function Reference » Region » Region Basics » FIL.CreatePathBorderRegion
Creates a region along a given path. The region may be internal or external to the path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreatePathBorderRegion ( FilNet.Path inPath, float inBorderWidth, FilNet.BorderPosition inBorderPosition, int inFrameWidth, int inFrameHeight, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inBorderWidth | float | <1.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | inBorderPosition | FilNet.BorderPosition | Centered | Default value: Centered. | |
![]() | 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
- CreatePathBorderRegion(Path, Nullable<CoordinateSystem2D>, Single, BorderPosition, Int32, Int32, Region)
- CreatePathBorderRegion(Path, Nullable<CoordinateSystem2D>, Single, BorderPosition, Int32, Int32, Region, Path)
- CreatePathBorderRegion(Path, Nullable<CoordinateSystem2D>, Single, BorderPosition, Int32, Int32, Region, NullableRef<Path>)