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

FIL.RectangleCharacteristicPoints

Computes rectangle's characteristic points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RectangleCharacteristicPoints
(
	FilNet.Rectangle2D inRectangle,
	out FilNet.Point2D outTopLeft,
	out FilNet.Point2D outTopCenter,
	out FilNet.Point2D outTopRight,
	out FilNet.Point2D outMiddleLeft,
	out FilNet.Point2D outMiddleCenter,
	out FilNet.Point2D outMiddleRight,
	out FilNet.Point2D outBottomLeft,
	out FilNet.Point2D outBottomCenter,
	out FilNet.Point2D outBottomRight,
	IList<FilNet.Point2D> outCorners
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
outTopLeftFilNet.Point2D
outTopCenterFilNet.Point2D
outTopRightFilNet.Point2D
outMiddleLeftFilNet.Point2D
outMiddleCenterFilNet.Point2D
outMiddleRightFilNet.Point2D
outBottomLeftFilNet.Point2D
outBottomCenterFilNet.Point2D
outBottomRightFilNet.Point2D
outCornersSystem.Collections.Generic.IList<FilNet.Point2D>

Function Overrides

See also