You are here: Start » FIL.NET » FIL.CreatePathBorderRegion

FIL.CreatePathBorderRegion

Creates a region from a path with given parameters.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inBorderWidthfloat<0.0f, INF>1.0fDefault value: 1.0f.
inBorderPositionFilNet.BorderPositionCenteredDefault value: Centered.
inFrameWidthint<0, INF>Width of the created region's frame.
inFrameHeightint<0, INF>Height of the created region's frame.
outRegionFilNet.RegionOutput region.
outAlignedPathFilNet.PathThe input path transformed to the absolute coordinate system.

Function Overrides

See also