You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.BoxCharacteristicPoint

FIL.BoxCharacteristicPoint

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void BoxCharacteristicPoint
(
	FilNet.Box inBox,
	FilNet.Anchor2D inPointAnchor,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inBoxFilNet.Box
inPointAnchorFilNet.Anchor2DTopLeftSelecting one of the 9 characteristic points. Default value: TopLeft.
outPointFilNet.Point2D

See also