ActiveReports 12
RectangleToClient Method (ReportsLibrary)

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

Parameters

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

Return Value

A System.Drawing.Rectangle that represents the converted System.Drawing.Rectangle, r, in client coordinates.
See Also

Reference

ReportsLibrary Class
ReportsLibrary Members