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

p

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function PointToScreen( _
   ByVal p As Point _
) As Point
C# 
public Point PointToScreen( 
   Point p
)

Parameters

p

See Also