You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.CircleCharacteristicPoint

AVL.CircleCharacteristicPoint

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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

Examples

CircleCharacteristicPoint performed on a circle with inPointAnchor = TopLeft.

See also