ActiveReports 12
PointToClient Method (Designer)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : PointToClient Method
The screen coordinate System.Drawing.Point to convert.
Computes the location of the specified screen point into client coordinates.
Syntax
'Declaration
 
Public Function PointToClient( _
   ByVal p As Point _
) As Point
public Point PointToClient( 
   Point p
)

Parameters

p
The screen coordinate System.Drawing.Point to convert.

Return Value

A System.Drawing.Point that represents the converted System.Drawing.Point, p, in client coordinates.
See Also

Reference

Designer Class
Designer Members