You are here: Start » FIL.NET » Invoke.CreatePathBorderRegion
Creates a region along a given path. The region may be internal or external to the path.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreatePathBorderRegion ( Fil.Path inPath, Optional<Fil.CoordinateSystem2D> inPathAlignment, float inBorderWidth, Fil.BorderPosition inBorderPosition, int inFrameWidth, int inFrameHeight, Fil.Region outRegion, Optional<Fil.Path> outAlignedPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inPathAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Adjusts the path to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inBorderWidth | float | <1.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | inBorderPosition | Fil.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 | Fil.Region | Output region. | ||
![]() | outAlignedPath | Ftl.Optional<Fil.Path> | The input path transformed to the absolute coordinate system. |