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

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