ActiveReports 12
PointFromScreen Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : PointFromScreen Method
The System.Windows.Point value in screen coordinates.
Converts a System.Windows.Point in screen coordinates into a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual.
Syntax
'Declaration
 
Public Function PointFromScreen( _
   ByVal point As Point _
) As Point
public Point PointFromScreen( 
   Point point
)

Parameters

point
The System.Windows.Point value in screen coordinates.

Return Value

The converted System.Windows.Point value that represents the current coordinate system of the System.Windows.Media.Visual.
See Also

Reference

Viewer Class
Viewer Members