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

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

    Parameters

    hdc
    hrgn
    See Also