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,
	NullableValue<AvlNet.Segment2D> outTopSide,
	NullableValue<AvlNet.Segment2D> outRightSide,
	NullableValue<AvlNet.Segment2D> outBottomSide,
	NullableValue<AvlNet.Segment2D> outLeftSide
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outTopSideAvlNet.NullableValue<AvlNet.Segment2D> Can be null to skip this parameter calculation.
outRightSideAvlNet.NullableValue<AvlNet.Segment2D> Can be null to skip this parameter calculation.
outBottomSideAvlNet.NullableValue<AvlNet.Segment2D> Can be null to skip this parameter calculation.
outLeftSideAvlNet.NullableValue<AvlNet.Segment2D> Can be null to skip this parameter calculation.

Function Overrides

See also