You are here: Start » FIL.NET » FIS.CreatePathRegion Method

FIS.CreatePathRegion Method

Creates a region along the given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreatePathRegion
(
	FilNet.Path inPath,
	float inWidth,
	int inFrameWidth,
	int inFrameHeight,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inWidthfloat<1.0f, INF>1.0fWidth of line used to draw path. Default value: 1.0f.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionFilNet.RegionOutput region.

Function Overrides

See also