You are here: Start » AVL.NET » Arc2D Constructor

Arc2D Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public Arc2D
(
	AvlNet.Point2D center,
	float radius,
	float startAngle,
	float sweepAngle
)

Parameters

Name Type Range Default Description
centerAvlNet.Point2D
radiusfloat
startAnglefloat
sweepAnglefloat

See also