You are here: Start » AVL.NET » AVS.CircleCharacteristicPoint Method

AVS.CircleCharacteristicPoint Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CircleCharacteristicPoint
(
	AvlNet.Circle2D inCircle,
	AvlNet.Anchor2D inPointAnchor,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inCircleAvlNet.Circle2D
inPointAnchorAvlNet.Anchor2DTopLeftDefault value: TopLeft.
outPointAvlNet.Point2D

See also