You are here: Start » FIL.NET » Invoke.BoxCharacteristicPoint

Invoke.BoxCharacteristicPoint

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoxFil.Box
inPointAnchorFil.Anchor2DTopLeftSelecting one of the 9 characteristic points. Default value: TopLeft.
outPointFil.Point2D

See also