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

FIL.CropRegionToRectangle

Creates a region from a rectangular fragment of another one.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void CropRegionToRectangle
(
	FilNet.Region inRegion,
	FilNet.Rectangle2D inRectangle,
	FilNet.CoordinateSystem2D? inRectangleAlignment,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inRectangleFilNet.Rectangle2DRectangle defining a rotated subregion.
inRectangleAlignmentFilNet.CoordinateSystem2D?Adjusts the rectangle to the position of the inspected object. Default value: ftl::NIL.
outRegionFilNet.RegionOutput region.

Function Overrides

See also