You are here: Start » AVL.NET » AVL.CreateCircle(AvlNet.Point2D, AvlNet.Anchor2D, float, AvlNet.Circle2D)

AVL.CreateCircle(AvlNet.Point2D, AvlNet.Anchor2D, float, AvlNet.Circle2D)

Creates a circle from an aligned point and radius.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateCircle(
	AvlNet.Point2D inPoint,
	AvlNet.Anchor2D inPointAnchor,
	float inRadius,
	out AvlNet.Circle2D outCircle
)

Parameters

inPoint
Type: AvlNet.Point2D
inPointAnchor
Type: AvlNet.Anchor2D
Alignment of the point relatively to the box of the circle
inRadius
Type: System.Single
Circle radius
outCircle
Type: AvlNet.Circle2D

See also