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

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

    Parameters

    hdc
    hrgn
    fnMode
    See Also