You are here: Start » AVL.NET » Invoke.RectangleSides

Invoke.RectangleSides

Returns segments representing the sides of the input rectangle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RectangleSides
(
	Avl.Rectangle2D inRectangle,
	Optional<Avl.Segment2D> outTopSide,
	Optional<Avl.Segment2D> outRightSide,
	Optional<Avl.Segment2D> outBottomSide,
	Optional<Avl.Segment2D> outLeftSide
)

Parameters

Name Type Range Default Description
inRectangleAvl.Rectangle2D
outTopSideAtl.Optional<Avl.Segment2D>
outRightSideAtl.Optional<Avl.Segment2D>
outBottomSideAtl.Optional<Avl.Segment2D>
outLeftSideAtl.Optional<Avl.Segment2D>

See also