You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.RectangleCorners

FIL.RectangleCorners

Computes the four corner points of a rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RectangleCorners
(
	FilNet.Rectangle2D inRectangle,
	out FilNet.Point2D outTopLeft,
	out FilNet.Point2D outTopRight,
	out FilNet.Point2D outBottomRight,
	out FilNet.Point2D outBottomLeft
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
outTopLeftFilNet.Point2D
outTopRightFilNet.Point2D
outBottomRightFilNet.Point2D
outBottomLeftFilNet.Point2D

See also