TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / PtInRegion Method

In This Topic
    PtInRegion Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function PtInRegion( _
       ByVal hrgn As IntPtr, _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) As Boolean
    public static bool PtInRegion( 
       IntPtr hrgn,
       int x,
       int y
    )

    Parameters

    hrgn
    x
    y
    See Also