You are here: Start » FIL.NET » Function Reference » Conversions » FIL.Rectangle2DToShapeRegion

FIL.Rectangle2DToShapeRegion

Converts a rectangle to region of interest.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Rectangle2DToShapeRegion
(
	FilNet.Rectangle2D inRectangle,
	FilNet.ShapeRegion outShapeRegion
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
outShapeRegionFilNet.ShapeRegion

See also