You are here: Start » FIL.NET » FIS.CreateRectangleRegion Method
FIS.CreateRectangleRegion Method
Creates a region corresponding to a given rectangle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateRectangleRegion ( FilNet.Rectangle2D inRectangle, int inFrameWidth, int inFrameHeight, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | 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 | FilNet.Region | Output region. |
Function Overrides
- CreateRectangleRegion(Rectangle2D, Nullable<CoordinateSystem2D>, Int32, Int32, Region)
- CreateRectangleRegion(Rectangle2D, Nullable<CoordinateSystem2D>, Int32, Int32, Region, Rectangle2D)
- CreateRectangleRegion(Rectangle2D, Nullable<CoordinateSystem2D>, Int32, Int32, Region, NullableValue<Rectangle2D>)