You are here: Start » AVL.NET » AVL.CreateLineRegion Method
AVL.CreateLineRegion Method
Creates a line region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateLineRegion( AvlNet.Line2D inLine, int inWidth, int inFrameWidth, int inFrameHeight, out AvlNet.Region outRegion, out AvlNet.Line2D outAlignedLine )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLine | AvlNet.Line2D | |||
![]() | inWidth | int | <1, INF> | Width of output region line. | |
![]() | inFrameWidth | int | <0, INF> | ||
![]() | inFrameHeight | int | <0, INF> | ||
![]() | outRegion | AvlNet.Region | Output region. | ||
![]() | outAlignedLine | AvlNet.Line2D |
Description
Filter creates a region defined by an input Line2D with width of inWidth.
Examples
Filter CreateLineRegion is used to split region int two parts:



