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

Invoke.CreatePathBorderRegion

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
inPathAlignmentFtl.Optional<Fil.CoordinateSystem2D>Adjusts the path to the position of the inspected object. Default value: ftl::NIL.
inBorderWidthfloat<1.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.
outAlignedPathFtl.Optional<Fil.Path>The input path transformed to the absolute coordinate system.

See also