Returns a given rectangle, rotated on box angle.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
protected RectangleF GetRotatedContentRectangle(
	RectangleF r
)
Visual Basic (Declaration)
Protected Function GetRotatedContentRectangle ( _
	r As RectangleF _
) As RectangleF
Visual C++
protected:
RectangleF GetRotatedContentRectangle(
	RectangleF r
)

See Also