Expand Minimize
This topic has not yet been rated - Rate this topic

CDC::SetDCPenColor

Sets the current device context (DC) pen color to the specified color value.

COLORREF SetDCPenColor( 
   COLORREF crColor 
);
crColor

Specifies the new pen color.

Nonzero if the function is successful; otherwise 0.

This member function utilizes the Win32 function SetDCPenColor, as described in the Windows SDK.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.