ActiveReports 12
RectangleToClient Method (Toolbox)

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

Toolbox Class
Toolbox Members