Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "InvertRect" in [All]

user32

.
Summary
.

static extern bool InvertRect(IntPtr hDC, [In] ref RECT lprc);

.

    Public Declare Function InvertRect Lib "user32" Alias "InvertRect" (ByVal hdc As Integer, <MarshalAs(UnmanagedType.Struct)> ByRef lpRect As RECT) As Integer

.

        InvertRect(hdc.ToInt32, loSelected)

.
Documentation
[InvertRect] on MSDN

 
Access PInvoke.net directly from VS: