Desktop Functions: Smart Device Functions:
|
Search Results for "FillRect" in [All]user321: FillRect
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 2: MONITORINFO
/// 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) 5: SetTextColor
e.Graphics.FillRectangle(backcolorBrush, e.Bounds); |