Gdi32FuncCreateSolidBrush Method |
Creates a solid brush.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IntPtr CreateSolidBrush(
uint crColor
)
Parameters
- crColor UInt32
- The brush color as a packed RGB value.
Return Value
IntPtrA handle to the created brush, or
Zero on failure.
See Also