You are here: Start » FIL.NET » Invoke.CreatePathRegion
Creates a region along the given path.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreatePathRegion ( Fil.Path inPath, Optional<Fil.CoordinateSystem2D> inPathAlignment, float inWidth, 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. | ||
![]() | 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 | Fil.Region | Output region. | ||
![]() | outAlignedPath | Ftl.Optional<Fil.Path> | The input path transformed to the absolute coordinate system. |