ActiveReports 12
RectangleToScreen Method (Viewer)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer 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

Viewer Class
Viewer Members