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

AVL.CreatePathBorderRegion

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inBorderWidthfloat<1.0f, INF>1.0fDefault value: 1.0f.
inBorderPositionAvlNet.BorderPositionCenteredDefault value: Centered.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionAvlNet.RegionOutput region.

Function Overrides

See also