You are here: Start » FIL.NET » FIL.CreatePathBorderRegion
Creates a region from a path with given parameters.
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, FilNet.Path outAlignedPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inBorderWidth | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | inBorderPosition | FilNet.BorderPosition | Centered | Default value: Centered. | |
![]() | inFrameWidth | int | <0, INF> | Width of the created region's frame. | |
![]() | inFrameHeight | int | <0, INF> | Height of the created region's frame. | |
![]() | outRegion | FilNet.Region | Output region. | ||
![]() | outAlignedPath | FilNet.Path | The input path transformed to the absolute coordinate system. |
Function Overrides
- CreatePathBorderRegion(Path, Single, BorderPosition, Int32, Int32, Region)
- CreatePathBorderRegion(Path, Nullable<CoordinateSystem2D>, Single, BorderPosition, Int32, Int32, Region)
- CreatePathBorderRegion(Path, Nullable<CoordinateSystem2D>, Single, BorderPosition, Int32, Int32, Region, Path)