You are here: Start » FIL.NET » FIS.RectangleCharacteristicPoints Method

FIS.RectangleCharacteristicPoints Method

Computes rectangle's characteristic points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RectangleCharacteristicPoints
(
	FilNet.Rectangle2D inRectangle,
	NullableValue<FilNet.Point2D> outTopLeft,
	NullableValue<FilNet.Point2D> outTopCenter,
	NullableValue<FilNet.Point2D> outTopRight,
	NullableValue<FilNet.Point2D> outMiddleLeft,
	NullableValue<FilNet.Point2D> outMiddleCenter,
	NullableValue<FilNet.Point2D> outMiddleRight,
	NullableValue<FilNet.Point2D> outBottomLeft,
	NullableValue<FilNet.Point2D> outBottomCenter,
	NullableValue<FilNet.Point2D> outBottomRight,
	NullableRef<List<FilNet.Point2D>> outCorners
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
outTopLeftFilNet.NullableValue<FilNet.Point2D> Can be null to skip this parameter calculation.
outTopCenterFilNet.NullableValue<FilNet.Point2D> Can be null to skip this parameter calculation.
outTopRightFilNet.NullableValue<FilNet.Point2D> Can be null to skip this parameter calculation.
outMiddleLeftFilNet.NullableValue<FilNet.Point2D> Can be null to skip this parameter calculation.
outMiddleCenterFilNet.NullableValue<FilNet.Point2D> Can be null to skip this parameter calculation.
outMiddleRightFilNet.NullableValue<FilNet.Point2D> Can be null to skip this parameter calculation.
outBottomLeftFilNet.NullableValue<FilNet.Point2D> Can be null to skip this parameter calculation.
outBottomCenterFilNet.NullableValue<FilNet.Point2D> Can be null to skip this parameter calculation.
outBottomRightFilNet.NullableValue<FilNet.Point2D> Can be null to skip this parameter calculation.
outCornersFilNet.NullableRef<System.Collections.Generic.List<FilNet.Point2D>> Can be null to skip this parameter calculation.

Function Overrides

See also