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

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

    Parameters

    hdc
    lprc
    See Also