Gets the screen coordinates of the selected area.

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 abstract Rect RectToScreen(
	ReportRegion region
)
Visual Basic (Declaration)
Protected MustOverride Function RectToScreen ( _
	region As ReportRegion _
) As Rect
Visual C++
protected:
virtual Rect RectToScreen(
	ReportRegion region
) abstract

See Also