You are here: Start » FIL.NET » Invoke.CreateSegmentRegion
Creates a segment region.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateSegmentRegion ( Fil.Segment2D inSegment, Optional<Fil.CoordinateSystem2D> inSegmentAlignment, float inWidth, int inFrameWidth, int inFrameHeight, bool inRound, Fil.Region outRegion, Optional<Fil.Segment2D> outAlignedSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment | Fil.Segment2D | |||
![]() | inSegmentAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | |||
![]() | inWidth | float | <1.0f, INF> | Segment width. | |
![]() | inFrameWidth | int | <0, 65535> | ||
![]() | inFrameHeight | int | <0, 65535> | ||
![]() | inRound | bool | Make ends of segment round. | ||
![]() | outRegion | Fil.Region | Output region. | ||
![]() | outAlignedSegment | Ftl.Optional<Fil.Segment2D> |