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

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

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
inRadius
Type: System.Single
outCircle
Type: AvlNet.Circle2D

See also