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

AVS.RectangleSides Method

Returns segments representing the sides of the input rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RectangleSides
(
	AvlNet.Rectangle2D inRectangle,
	out AvlNet.Segment2D outTopSide,
	out AvlNet.Segment2D outRightSide,
	out AvlNet.Segment2D outBottomSide,
	out AvlNet.Segment2D outLeftSide
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outTopSideAvlNet.Segment2D
outRightSideAvlNet.Segment2D
outBottomSideAvlNet.Segment2D
outLeftSideAvlNet.Segment2D

Function Overrides

See also