ActiveReports 12
RectangleToScreen Method (ReportExplorer)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.ReportExplorer Namespace > ReportExplorer Class : RectangleToScreen Method
The client coordinate System.Drawing.Rectangle to convert.
Computes the size and location of the specified client rectangle in screen coordinates.
Syntax
'Declaration
 
Public Function RectangleToScreen( _
   ByVal r As Rectangle _
) As Rectangle
public Rectangle RectangleToScreen( 
   Rectangle r
)

Parameters

r
The client coordinate System.Drawing.Rectangle to convert.

Return Value

A System.Drawing.Rectangle that represents the converted System.Drawing.Rectangle, p, in screen coordinates.
See Also

Reference

ReportExplorer Class
ReportExplorer Members