Click or drag to resize

Gdi32FuncFillRect Method

Fills a rectangle by using the specified brush.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

Int32
The result of the fill operation.
See Also