Fills a rectangle by using the specified brush.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int FillRect(
IntPtr hDC,
in RECT lprc,
IntPtr hbr
)
Parameters
- hDC IntPtr
- A handle to the device context.
- lprc RECT
- The rectangle to fill.
- hbr IntPtr
- A handle to the brush to use.
Return Value
Int32The result of the fill operation.
See Also