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

In This Topic
    InvertRect Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function InvertRect( _
       ByVal hdc As System.IntPtr, _
       ByRef lprc As Win32.RECT _
    ) As System.Boolean
    public static System.bool InvertRect( 
       System.IntPtr hdc,
       ref Win32.RECT lprc
    )

    Parameters

    hdc
    lprc
    See Also