You are here: Start » AVL.NET » AVL.RegionOuterBoundaries

AVL.RegionOuterBoundaries

Returns the top, right, bottom and left boundaries of the input region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RegionOuterBoundaries
(
	AvlNet.Region inRegion,
	out AvlNet.Location[] outTopBoundary,
	out AvlNet.Location[] outRightBoundary,
	out AvlNet.Location[] outBottomBoundary,
	out AvlNet.Location[] outLeftBoundary
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outTopBoundaryAvlNet.Location[]
outRightBoundaryAvlNet.Location[]
outBottomBoundaryAvlNet.Location[]
outLeftBoundaryAvlNet.Location[]

See also