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

AVL.CreateArc(AvlNet.Point2D, AvlNet.Anchor2D, float, float, float, AvlNet.Arc2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateArc(
	AvlNet.Point2D inPoint,
	AvlNet.Anchor2D inPointAnchor,
	float inRadius,
	float inStartAngle,
	float inSweepAngle,
	out AvlNet.Arc2D outArc
)

Parameters

inPoint
Type: AvlNet.Point2D
inPointAnchor
Type: AvlNet.Anchor2D
inRadius
Type: System.Single
inStartAngle
Type: System.Single
inSweepAngle
Type: System.Single
outArc
Type: AvlNet.Arc2D

See also