ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / PtInRegion Method

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

    Parameters

    hrgn
    x
    y
    See Also