Back to FabImage Library website
You are here: Start » Function Reference » Region » Region Spatial Transforms » ReflectRegion

ReflectRegion
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Reflects a region through the given location.
Syntax
C++
C#
void fil::ReflectRegion ( const fil::Region& inRegion, const fil::Location& inReflectionCenter, fil::Region& outRegion )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
inReflectionCenter | const Location& | ||
![]() |
outRegion | Region& | Output region |
Examples
![]() |
![]() |
ReflectRegion performed on the sample region.
See Also
- MirrorRegion – Mirrors a region across vertical or horizontal axis.
- TransposeRegion – Flips and rotates a region so that x-coordinates are exchanged with y-coordinates.