You are here: Start » AVL.NET » AVL.MirrorRegion
Mirrors a region across vertical or horizontal axis.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void MirrorRegion ( AvlNet.Region inRegion, AvlNet.MirrorDirection inMirrorDirection, AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inMirrorDirection | AvlNet.MirrorDirection | Horizontal | Reverse the order of region columns (horizontal direction) or rows (vertical direction). Default value: Horizontal. | |
![]() | outRegion | AvlNet.Region | Output region. |
Examples
![]() |
![]() |
MirrorRegion with inMirrorDirection = Horizontal.
![]() |
![]() |
MirrorRegion with inMirrorDirection = Vertical.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input and output regions are not distinct in MirrorRegion. |





