You are here: Start » FIL.NET » Invoke.TrimRegionToRectangle
Limits a region to a rectangular area.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TrimRegionToRectangle ( Fil.Region inRegion, Fil.Rectangle2D inRectangle, Optional<Fil.CoordinateSystem2D> inRectangleAlignment, Fil.Region outRegion, Optional<Fil.Rectangle2D> outAlignedRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inRectangle | Fil.Rectangle2D | Trimming rectangle. | ||
![]() | inRectangleAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Adjusts the rectangle to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | outRegion | Fil.Region | Output region. | ||
![]() | outAlignedRectangle | Ftl.Optional<Fil.Rectangle2D> | Input rectangle after transformation (in the region coordinates). |