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

In This Topic
    GetClipRgn Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetClipRgn( _
       ByVal hdc As System.IntPtr, _
       ByVal hrgn As System.IntPtr _
    ) As System.Integer
    public static System.int GetClipRgn( 
       System.IntPtr hdc,
       System.IntPtr hrgn
    )

    Parameters

    hdc
    hrgn
    See Also