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

FIS.RectangleCharacteristicPoint Method

Returns a characteristic point (e.g. the top-left) of the input rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RectangleCharacteristicPoint
(
	FilNet.Rectangle2D inRectangle,
	FilNet.Anchor2D inPointAnchor,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
inPointAnchorFilNet.Anchor2DTopLeftDefault value: TopLeft.
outPointFilNet.Point2D

See also