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

Invoke.RectangleCharacteristicPoint

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RectangleCharacteristicPoint
(
	Fil.Rectangle2D inRectangle,
	Fil.Anchor2D inPointAnchor,
	out Fil.Point2D outPoint
)

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
inPointAnchorFil.Anchor2DTopLeftDefault value: TopLeft.
outPointFil.Point2D

See also