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

Invoke.RectangleSides

Returns segments representing the sides of the input rectangle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
outTopSideFtl.Optional<Fil.Segment2D>
outRightSideFtl.Optional<Fil.Segment2D>
outBottomSideFtl.Optional<Fil.Segment2D>
outLeftSideFtl.Optional<Fil.Segment2D>

See also