ActiveReports Developer 7
PointToScreen Method
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : PointToScreen Method

point

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function PointToScreen( _
   ByVal point As System.Windows.Point _
) As System.Windows.Point
C# 
public System.Windows.Point PointToScreen( 
   System.Windows.Point point
)

Parameters

point

See Also