You are here: Start » AVL.NET » Invoke.CreateBoxBorderRegion

Invoke.CreateBoxBorderRegion

Creates a frame-shaped region with given parameters.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateBoxBorderRegion
(
	Avl.Box inBox,
	int inBorderWidth,
	Avl.BorderPosition inBorderPosition,
	int inFrameWidth,
	int inFrameHeight,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inBoxAvl.Box
inBorderWidthint<0, INF>1Default value: 1.
inBorderPositionAvl.BorderPositionCenteredDefault value: Centered.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionAvl.RegionOutput region.

See also