Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method retrieves the current text color for the specified device context.
static WINGDIAPI COLORREF WINAPI GetTextColor_I(HDC hdc);
Parameters
- hdc
[in] Handle to the device context.
Return Values
The current text color as a COLORREF value indicates success.
CLR_INVALID indicates failure.
Remarks
This method is an internal version of the GetTextColor function.
The text color defines the foreground color of characters drawn by using the Gdi::ExtTextOutW_I method.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Gdi.hpp.
See Also
Gdi | GetTextColor | Gdi::ExtTextOutW_I | Gdi::SetTextColor_I | COLORREF
Send Feedback on this topic to the authors