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

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

    Parameters

    hdc
    hrgn
    See Also