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

Invoke.RectangleCharacteristicPoint

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleAvl.Rectangle2D
inPointAnchorAvl.Anchor2DTopLeftDefault value: TopLeft.
outPointAvl.Point2D

See also