You are here: Start » FIL.NET » Function Reference » Region » Region Basics » FIL.CreatePathBorderRegion

FIL.CreatePathBorderRegion

Creates a region along a given path. The region may be internal or external to the path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void CreatePathBorderRegion
(
	FilNet.Path inPath,
	FilNet.CoordinateSystem2D? inPathAlignment,
	float inBorderWidth,
	FilNet.BorderPosition inBorderPosition,
	int inFrameWidth,
	int inFrameHeight,
	FilNet.Region outRegion,
	NullableRef<FilNet.Path> outAlignedPath
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inPathAlignmentFilNet.CoordinateSystem2D?Adjusts the path to the position of the inspected object. Default value: ftl::NIL.
inBorderWidthfloat<1.0f, INF>1.0fDefault value: 1.0f.
inBorderPositionFilNet.BorderPositionCenteredDefault value: Centered.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionFilNet.RegionOutput region.
outAlignedPathFilNet.NullableRef<FilNet.Path>The input path transformed to the absolute coordinate system. Can be null to skip this parameter calculation.

Function Overrides

See also