Returns the center of the RingSector by taking into account the specified parameters.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected static Vector GetRingSectorCenter(
	Vector center,
	double radius,
	double startAngle,
	double sweepAngle,
	double shift
)
Visual Basic (Declaration)
Protected Shared Function GetRingSectorCenter ( _
	center As Vector, _
	radius As Double, _
	startAngle As Double, _
	sweepAngle As Double, _
	shift As Double _
) As Vector
Visual C++
protected:
static Vector GetRingSectorCenter(
	Vector center, 
	double radius, 
	double startAngle, 
	double sweepAngle, 
	double shift
)

Parameters

center
Type: PerpetuumSoft.Framework.Drawing..::.Vector
radius
Type: System..::.Double
startAngle
Type: System..::.Double
sweepAngle
Type: System..::.Double
shift
Type: System..::.Double

See Also