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

Invoke.BoxCharacteristicPoint

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoxAvl.Box
inPointAnchorAvl.Anchor2DTopLeftSelecting one of the 9 characteristic points. Default value: TopLeft.
outPointAvl.Point2D

See also