You are here: Start » AVL.NET » AVL.CreatePathBorderRegion(AvlNet.Path, float, AvlNet.BorderPosition, int, int, AvlNet.Region, AvlNet.Path)

AVL.CreatePathBorderRegion(AvlNet.Path, float, AvlNet.BorderPosition, int, int, AvlNet.Region, AvlNet.Path)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inPath
Type: AvlNet.Path
inBorderWidth
Type: System.Single
inBorderPosition
Type: AvlNet.BorderPosition
inFrameWidth
Type: System.Int32
inFrameHeight
Type: System.Int32
outRegion
Type: AvlNet.Region
outAlignedPath
Type: AvlNet.Path

See also