You are here: Start » FIL.NET » Invoke.CreateLineRegion
Creates a line region.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateLineRegion ( Fil.Line2D inLine, Optional<Fil.CoordinateSystem2D> inLineAlignment, float inWidth, int inFrameWidth, int inFrameHeight, Fil.Region outRegion, Optional<Fil.Line2D> outAlignedLine )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine | Fil.Line2D | |||
![]() | inLineAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | |||
![]() | inWidth | float | <1.0f, INF> | Width of output region line. | |
![]() | inFrameWidth | int | <0, 65535> | ||
![]() | inFrameHeight | int | <0, 65535> | ||
![]() | outRegion | Fil.Region | Output region. | ||
![]() | outAlignedLine | Ftl.Optional<Fil.Line2D> |