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