This topic has not yet been rated - Rate this topic

GetDCBrushColor function

Applies to: desktop apps only

The GetDCBrushColor function retrieves the current brush color for the specified device context (DC).

Syntax

COLORREF GetDCBrushColor(
  __in  HDC hdc
);

Parameters

hdc [in]

A handle to the DC whose brush color is to be returned.

Return value

If the function succeeds, the return value is the COLORREF value for the current DC brush color.

If the function fails, the return value is CLR_INVALID.

Remarks

For information on setting the brush color, see SetDCBrushColor.

ICM: Color management is performed if ICM is enabled.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

WinGdi.h (include Windows.h)

Library

Gdi32.lib

DLL

Gdi32.dll

See also

Device Contexts Overview
Device Context Functions
SetDCBrushColor
COLORREF

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ