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 "FillRect" in [All]

user32

.
Summary
.

static extern int FillRect(IntPtr hDC, [In] ref RECT lprc, IntPtr hbr);

.

Private Shared Function FillRect(hDC As IntPtr, ByRef lprc As RECT, hbr As IntPtr) As Integer

.
Documentation
[FillRect] on MSDN
.

    /// For example, when RECT is passed to the FillRect function, the rectangle is filled up to, but not including,

.

    /// For example, when RECT is passed to the FillRect function, the rectangle is filled up to, but not including,

gdi32

.

drawingArea.FillRectangle(lGB, drawingArea.VisibleClipBounds)

.

        e.Graphics.FillRectangle(backcolorBrush, e.Bounds);


 
Access PInvoke.net directly from VS: