ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPage Class / PointToScreen Method

In This Topic
    PointToScreen Method (C1OlapPage)
    In This Topic
    Syntax
    'Declaration
     
    Public Function PointToScreen( _
       ByVal p As System.Drawing.Point _
    ) As System.Drawing.Point
    public System.Drawing.Point PointToScreen( 
       System.Drawing.Point p
    )

    Parameters

    p
    See Also