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

AVS.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,
	IList<AvlNet.Location> outTopBoundary,
	IList<AvlNet.Location> outRightBoundary,
	IList<AvlNet.Location> outBottomBoundary,
	IList<AvlNet.Location> outLeftBoundary
)

Parameters

See also