Returns size of the title bounds taking into account the specified angle of the text rotation.

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

Syntax

C#
protected static Vector GetRotatedRectangleSize(
	Vector vector,
	double angle
)
Visual Basic (Declaration)
Protected Shared Function GetRotatedRectangleSize ( _
	vector As Vector, _
	angle As Double _
) As Vector
Visual C++
protected:
static Vector GetRotatedRectangleSize(
	Vector vector, 
	double angle
)

See Also