Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NButtonControl Class / PointToClient Method


In This Topic
    PointToClient Method (NButtonControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function PointToClient( _
       ByVal p As System.Drawing.Point _
    ) As System.Drawing.Point
    'Usage
     
    
    Dim instance As NButtonControl
    Dim p As System.Drawing.Point
    Dim value As System.Drawing.Point
     
    value = instance.PointToClient(p)
    public System.Drawing.Point PointToClient( 
       System.Drawing.Point p
    )

    Parameters

    p
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also