You are here: Start » FIL.NET » Invoke.CreateRectangleRegion
Creates a region corresponding to a given rectangle.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateRectangleRegion ( Fil.Rectangle2D inRectangle, Optional<Fil.CoordinateSystem2D> inRectangleAlignment, int inFrameWidth, int inFrameHeight, Fil.Region outRegion, Optional<Fil.Rectangle2D> outAlignedRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | Fil.Rectangle2D | |||
![]() | inRectangleAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Adjusts the rectangle to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame (not to be confused with the width of the rectangle!). | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame (not to be confused with the height of the rectangle!). | |
![]() | outRegion | Fil.Region | Output region. | ||
![]() | outAlignedRectangle | Ftl.Optional<Fil.Rectangle2D> | The input rectangle transformed to the absolute coordinate system. |