ActiveReports 12
PointToScreen Method (Viewer)

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

Parameters

point
The System.Windows.Point value that represents the current coordinate system of the System.Windows.Media.Visual.

Return Value

The converted System.Windows.Point value in screen coordinates.
See Also

Reference

Viewer Class
Viewer Members