Group: GDI+ Brush - Library: gdiplus
GpStatus WINGDIPAPI GdipCreateSolidFill(
ARGB color,
GpSolidFill **brush
)
DECLARE INTEGER GdipCreateSolidFill IN gdiplus;
INTEGER clr,;
INTEGER @ brush
color [in] ARGB Color value that specifies the initial color of this solid brush.
brush [out] Handle of the brush object.
Returns 0 on success.
When you no longer need the handle, call the GdipDeleteBrush function.