Gets page area screen coordinates.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
protected override Rect RectToScreen(
	ReportRegion region
)
Visual Basic (Declaration)
Protected Overrides Function RectToScreen ( _
	region As ReportRegion _
) As Rect
Visual C++
protected:
virtual Rect RectToScreen(
	ReportRegion region
) override

See Also