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

AVL.BoxCharacteristicPoint Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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