You are here: Start » FIL.NET » Invoke.CreateRectangleBorderRegion

Invoke.CreateRectangleBorderRegion

Creates a frame-shaped region with given parameters.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateRectangleBorderRegion
(
	Fil.Rectangle2D inRectangle,
	Optional<Fil.CoordinateSystem2D> inRectangleAlignment,
	float inBorderWidth,
	Fil.BorderPosition inBorderPosition,
	int inFrameWidth,
	int inFrameHeight,
	Fil.Region outRegion,
	Optional<Fil.Rectangle2D> outAlignedRectangle
)

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
inRectangleAlignmentFtl.Optional<Fil.CoordinateSystem2D>Adjusts the rectangle to the position of the inspected object. Default value: ftl::NIL.
inBorderWidthfloat<0.0f, INF>1.0fDefault value: 1.0f.
inBorderPositionFil.BorderPositionCenteredDefault value: Centered.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionFil.RegionOutput region.
outAlignedRectangleFtl.Optional<Fil.Rectangle2D>The input rectangle transformed to the absolute coordinate system.

See also