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

AVL.RegionOuterBoundaries Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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