Click or drag to resize

Gdi32FuncCreateSolidBrush Method

Creates a solid brush.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IntPtr CreateSolidBrush(
	uint crColor
)

Parameters

crColor  UInt32
The brush color as a packed RGB value.

Return Value

IntPtr
A handle to the created brush, or Zero on failure.
See Also