InputPanel for WinForms | ComponentOne
C1.Win.5 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 IntPtr, _
       ByVal hrgn As IntPtr _
    ) As Integer
    public static int GetClipRgn( 
       IntPtr hdc,
       IntPtr hrgn
    )

    Parameters

    hdc
    hrgn
    See Also