InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / BitmapIconElement Class / PointToScreen Method
The client coordinate System.Drawing.Point to convert.

In This Topic
    PointToScreen Method (BitmapIconElement)
    In This Topic
    Computes the location of the specified client point into screen coordinates.
    Syntax
    'Declaration
     
    Public Function PointToScreen( _
       ByVal p As Point _
    ) As Point
    public Point PointToScreen( 
       Point p
    )

    Parameters

    p
    The client coordinate System.Drawing.Point to convert.

    Return Value

    A System.Drawing.Point that represents the converted System.Drawing.Point in screen coordinates.
    See Also