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,
	FilNet.CoordinateSystem2D? inRectangleAlignment,
	int inFrameWidth,
	int inFrameHeight,
	FilNet.Region outRegion,
	NullableValue<FilNet.Rectangle2D> outAlignedRectangle
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
inRectangleAlignmentFilNet.CoordinateSystem2D?Adjusts the rectangle to the position of the inspected object. Default value: ftl::NIL.
inFrameWidthint<0, 65535>Width of the created region's frame (not to be confused with the width of the rectangle!).
inFrameHeightint<0, 65535>Height of the created region's frame (not to be confused with the height of the rectangle!).
outRegionFilNet.RegionOutput region.
outAlignedRectangleFilNet.NullableValue<FilNet.Rectangle2D>The input rectangle transformed to the absolute coordinate system. Can be null to skip this parameter calculation.

Function Overrides

See also