Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.MultiTouch Namespace / IHwndWrapper Interface / PointToClient Method
The screen coordinate System.Drawing.Point to convert

In This Topic
    PointToClient Method
    In This Topic
    Computes the location of the specified screen point into client coordinates
    Syntax
    'Declaration
     
    Function PointToClient( _
       ByVal point As Point _
    ) As Point
    Point PointToClient( 
       Point point
    )

    Parameters

    point
    The screen coordinate System.Drawing.Point to convert

    Return Value

    A point that represents the converted point in client coordinates
    See Also