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

AVL.BoxCharacteristicPoint

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoxAvlNet.Box
inPointAnchorAvlNet.Anchor2DTopLeftSelecting one of the 9 characteristic points. Default value: TopLeft.
outPointAvlNet.Point2D

See also