InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / PointToClient Method

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

    Parameters

    p
    See Also