You are here: Start » AVL.NET » Function Reference » Region » Region Global Transforms » 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,
	IList<AvlNet.Location> outTopBoundary,
	IList<AvlNet.Location> outRightBoundary,
	IList<AvlNet.Location> outBottomBoundary,
	IList<AvlNet.Location> outLeftBoundary
)

Parameters

See also