You are here: Start » FIL.NET » Function Reference » Region » Region Spatial Transforms » FIL.ReflectRegion

FIL.ReflectRegion

Reflects a region through the given location.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ReflectRegion
(
	FilNet.Region inRegion,
	FilNet.Location inReflectionCenter,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inReflectionCenterFilNet.Location
outRegionFilNet.RegionOutput region.

Examples

ReflectRegion performed on the sample region.

See also