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

Invoke.CreatePathRegion

Creates a region along the given path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreatePathRegion
(
	Fil.Path inPath,
	Optional<Fil.CoordinateSystem2D> inPathAlignment,
	float inWidth,
	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.
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.
outRegionFil.RegionOutput region.
outAlignedPathFtl.Optional<Fil.Path>The input path transformed to the absolute coordinate system.

See also